Html Css Color HEX #CCDC37 Las Palmas

📋 copy color: '#CCDC37'

red 204 ◦ green 220 ◦ blue 55

#CCDC37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #CCDC37

Tints of Las Palmas #CCDC37

RGB

 RED value IS 204 (80.08% from 255) = 42.59%

 GREEN value IS 220 (86.33% from 255) = 45.93%

 BLUE value IS 55 (21.88% from 255) = 11.48%

R = 42.59%
G = 45.93%
B = 11.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#CCDC37 (or 0xCCDC37) is known color: Las Palmas. HEX triplet: CC, DC and 37. RGB value is (204,220,55). Sum of RGB (Red+Green+Blue) = 204+220+55=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 55 (21.88% from 255 or 11.48% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC37 is #3323C8. Grayscale: #C5C5C5. Windows color (decimal): -3351497 or 3661004. OLE color: 3661004.

HSL color Cylindrical-coordinate representation of color #CCDC37: hue angle of 65.82º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCDC37 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 220 55 -
CMYK 0.07 0 0.75 0.14
HSL 65.82º 0.7% 0.54% -
HSV(B) 65.82º 0.75% 0.86% -
XYZ 51.18 64.3 13.33 -
YUV 196.41 48.2 133.42 -
System Red Green Blue C M Y K H S L
Decimal 204 220 55 0.07 0 0.75 0.14 65.82 0.7 0.54
Hex CC DC 37 7 0 4B E 42 46 36
Octal 314 334 67 7 0 113 16 102 106 66
Binary 11001100 11011100 110111 111 0 1001011 1110 1000010 1000110 110110

Color Harmonies of #CCDC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC37

Black with #CCDC37

Text Example


Text Example

White with #CCDC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC37; }

 p { color: rgb(204,220,55); }

 H1.HeaderClassName
 {
   color: #CCDC37;
 }
 .AnyTagClassName
 {
   color: #CCDC37;
 }
</style>

background-color css

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

 a { background-color: rgb(204,220,55); }

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

border-color css

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

 span { border-color: rgb(204,220,55); }

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