Html Css Color HEX #CDC966 Wild Willow

📋 copy color: '#CDC966'

red 205 ◦ green 201 ◦ blue 102

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

Shades of Wild Willow #CDC966

Tints of Wild Willow #CDC966

RGB

 RED value IS 205 (80.47% from 255) = 40.35%

 GREEN value IS 201 (78.91% from 255) = 39.57%

 BLUE value IS 102 (40.23% from 255) = 20.08%

R = 40.35%
G = 39.57%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CDC966 (or 0xCDC966) is known color: Wild Willow. HEX triplet: CD, C9 and 66. RGB value is (205,201,102). Sum of RGB (Red+Green+Blue) = 205+201+102=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC966 is #323699. Grayscale: #BFBFBF. Windows color (decimal): -3290778 or 6736333. OLE color: 6736333.

HSL color Cylindrical-coordinate representation of color #CDC966: hue angle of 57.67º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDC966 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 201 102 -
CMYK 0 0.02 0.50 0.20
HSL 57.67º 0.51% 0.6% -
HSV(B) 57.67º 0.5% 0.8% -
XYZ 48.46 55.71 20.77 -
YUV 190.91 77.83 138.05 -
System Red Green Blue C M Y K H S L
Decimal 205 201 102 0 0.02 0.50 0.20 57.67 0.51 0.6
Hex CD C9 66 0 2 32 14 3A 33 3C
Octal 315 311 146 0 2 62 24 72 63 74
Binary 11001101 11001001 1100110 0 10 110010 10100 111010 110011 111100

Color Harmonies of #CDC966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC966

Black with #CDC966

Text Example


Text Example

White with #CDC966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC966; }

 p { color: rgb(205,201,102); }

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

background-color css

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

 a { background-color: rgb(205,201,102); }

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

border-color css

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

 span { border-color: rgb(205,201,102); }

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