Html Css Color HEX #CDC962 Wild Willow

📋 copy color: '#CDC962'

red 205 ◦ green 201 ◦ blue 98

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

Shades of Wild Willow #CDC962

Tints of Wild Willow #CDC962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.44%

R = 40.67%
G = 39.88%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CDC962 (or 0xCDC962) is known color: Wild Willow. HEX triplet: CD, C9 and 62. RGB value is (205,201,98). Sum of RGB (Red+Green+Blue) = 205+201+98=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 98 (38.67% from 255 or 19.44% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC962 is #32369D. Grayscale: #BEBEBE. Windows color (decimal): -3290782 or 6474189. OLE color: 6474189.

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

Color convert

RGB 205 201 98 -
CMYK 0 0.02 0.52 0.20
HSL 57.76º 0.52% 0.59% -
HSV(B) 57.76º 0.52% 0.8% -
XYZ 48.27 55.63 19.75 -
YUV 190.45 75.83 138.38 -
System Red Green Blue C M Y K H S L
Decimal 205 201 98 0 0.02 0.52 0.20 57.76 0.52 0.59
Hex CD C9 62 0 2 34 14 3A 34 3B
Octal 315 311 142 0 2 64 24 72 64 73
Binary 11001101 11001001 1100010 0 10 110100 10100 111010 110100 111011

Color Harmonies of #CDC962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC962

Black with #CDC962

Text Example


Text Example

White with #CDC962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC962; }

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

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

background-color css

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

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

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

border-color css

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

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

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