Html Css Color HEX #CCDB60 Wild Willow

📋 copy color: '#CCDB60'

red 204 ◦ green 219 ◦ blue 96

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

Shades of Wild Willow #CCDB60

Tints of Wild Willow #CCDB60

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.2%

 BLUE value IS 96 (37.89% from 255) = 18.5%

R = 39.31%
G = 42.2%
B = 18.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#CCDB60 (or 0xCCDB60) is known color: Wild Willow. HEX triplet: CC, DB and 60. RGB value is (204,219,96). Sum of RGB (Red+Green+Blue) = 204+219+96=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB60 is #33249F. Grayscale: #C8C8C8. Windows color (decimal): -3351712 or 6347724. OLE color: 6347724.

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

Color convert

RGB 204 219 96 -
CMYK 0.07 0 0.56 0.14
HSL 67.32º 0.63% 0.62% -
HSV(B) 67.32º 0.56% 0.86% -
XYZ 52.34 64.34 20.73 -
YUV 200.49 69.03 130.5 -
System Red Green Blue C M Y K H S L
Decimal 204 219 96 0.07 0 0.56 0.14 67.32 0.63 0.62
Hex CC DB 60 7 0 38 E 43 3F 3E
Octal 314 333 140 7 0 70 16 103 77 76
Binary 11001100 11011011 1100000 111 0 111000 1110 1000011 111111 111110

Color Harmonies of #CCDB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDB60

Black with #CCDB60

Text Example


Text Example

White with #CCDB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDB60; }

 p { color: rgb(204,219,96); }

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

background-color css

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

 a { background-color: rgb(204,219,96); }

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

border-color css

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

 span { border-color: rgb(204,219,96); }

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