Html Css Color HEX #CCD165 Wild Willow

📋 copy color: '#CCD165'

red 204 ◦ green 209 ◦ blue 101

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

Shades of Wild Willow #CCD165

Tints of Wild Willow #CCD165

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.66%

 BLUE value IS 101 (39.84% from 255) = 19.65%

R = 39.69%
G = 40.66%
B = 19.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#CCD165 (or 0xCCD165) is known color: Wild Willow. HEX triplet: CC, D1 and 65. RGB value is (204,209,101). Sum of RGB (Red+Green+Blue) = 204+209+101=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD165 is #332E9A. Grayscale: #C3C3C3. Windows color (decimal): -3354267 or 6672844. OLE color: 6672844.

HSL color Cylindrical-coordinate representation of color #CCD165: hue angle of 62.78º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCD165 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 101 -
CMYK 0.02 0 0.52 0.18
HSL 62.78º 0.54% 0.61% -
HSV(B) 62.78º 0.52% 0.82% -
XYZ 50.05 59.38 21.14 -
YUV 195.19 74.84 134.28 -
System Red Green Blue C M Y K H S L
Decimal 204 209 101 0.02 0 0.52 0.18 62.78 0.54 0.61
Hex CC D1 65 2 0 34 12 3F 36 3D
Octal 314 321 145 2 0 64 22 77 66 75
Binary 11001100 11010001 1100101 10 0 110100 10010 111111 110110 111101

Color Harmonies of #CCD165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD165

Black with #CCD165

Text Example


Text Example

White with #CCD165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD165; }

 p { color: rgb(204,209,101); }

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

background-color css

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

 a { background-color: rgb(204,209,101); }

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

border-color css

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

 span { border-color: rgb(204,209,101); }

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