Html Css Color HEX #CCDB52 Wild Willow

📋 copy color: '#CCDB52'

red 204 ◦ green 219 ◦ blue 82

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

Shades of Wild Willow #CCDB52

Tints of Wild Willow #CCDB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.24%

R = 40.4%
G = 43.37%
B = 16.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#CCDB52 (or 0xCCDB52) is known color: Wild Willow. HEX triplet: CC, DB and 52. RGB value is (204,219,82). Sum of RGB (Red+Green+Blue) = 204+219+82=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 82 (32.42% from 255 or 16.24% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB52 is #3324AD. Grayscale: #C7C7C7. Windows color (decimal): -3351726 or 5430220. OLE color: 5430220.

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

Color convert

RGB 204 219 82 -
CMYK 0.07 0 0.63 0.14
HSL 66.57º 0.66% 0.59% -
HSV(B) 66.57º 0.63% 0.86% -
XYZ 51.76 64.11 17.63 -
YUV 198.9 62.03 131.64 -
System Red Green Blue C M Y K H S L
Decimal 204 219 82 0.07 0 0.63 0.14 66.57 0.66 0.59
Hex CC DB 52 7 0 3F E 43 42 3B
Octal 314 333 122 7 0 77 16 103 102 73
Binary 11001100 11011011 1010010 111 0 111111 1110 1000011 1000010 111011

Color Harmonies of #CCDB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDB52

Black with #CCDB52

Text Example


Text Example

White with #CCDB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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