#CCDD3C

Color #CCDD3C Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #CCDD3C

Tints of Las Palmas #CCDD3C

Color information

#CCDD3C (or 0xCCDD3C) is unknown color: approx Las Palmas. HEX triplet: CC, DD and 3C. RGB value is (204,221,60). Sum of RGB (Red+Green+Blue) = 204+221+60=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 60 (23.83% from 255 or 12.37% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD3C is #3322C3. Grayscale: #C6C6C6. Windows color (decimal): -3351236 or 3988940. OLE color: 3988940.

HSL color Cylindrical-coordinate representation of color #CCDD3C: hue angle of 66.34º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCDD3C is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB20422160-
CMYK0.0800.730.13
HSL66.34º70.31%55.1%-
HSV(B)66.34º72.85%86.67%-
XYZ51.5764.8814.08-
YUV197.5650.37132.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 42.06%
GREEN value IS 221 (86.72% from 255) = 45.57%
BLUE value IS 60 (23.83% from 255) = 12.37%
R=42.06%
G=45.57%
B=12.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204221600.0800.730.1366.3470.3155.1
HexCCDD3C8049D424637
Octal314335741001111510210667
Binary1100110011011101111100100001001001110110000101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDD3C; }

 p { color: rgb(204,221,60); }

 H1.HeaderClassName
 {
   color: #CCDD3C;
 }
 .AnyTagClassName
 {
   color: #CCDD3C;
 }
</style>
background-color css

<style>
 a { background-color: #CCDD3C; }

 a { background-color: rgb(204,221,60); }

 div.DivClassName
 {
   background-color: #CCDD3C;
 }
 .BgClassName
 {
   background-color: #CCDD3C;
 }
</style>
border-color css

<style>
 span { border-color: #CCDD3C; }

 span { border-color: rgb(204,221,60); }

 td.TdClassName
 {
   border-color: #CCDD3C;
 }
 .TagClassName
 {
   border-color: #CCDD3C;
 }
</style>