Html Css Color HEX #CDC959 Wild Willow

📋 copy color: '#CDC959'

red 205 ◦ green 201 ◦ blue 89

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

Shades of Wild Willow #CDC959

Tints of Wild Willow #CDC959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 17.98%

R = 41.41%
G = 40.61%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CDC959 (or 0xCDC959) is known color: Wild Willow. HEX triplet: CD, C9 and 59. RGB value is (205,201,89). Sum of RGB (Red+Green+Blue) = 205+201+89=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 89 (35.16% from 255 or 17.98% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC959 is #3236A6. Grayscale: #BDBDBD. Windows color (decimal): -3290791 or 5884365. OLE color: 5884365.

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

Color convert

RGB 205 201 89 -
CMYK 0 0.02 0.57 0.20
HSL 57.93º 0.54% 0.58% -
HSV(B) 57.93º 0.57% 0.8% -
XYZ 47.87 55.47 17.64 -
YUV 189.43 71.33 139.11 -
System Red Green Blue C M Y K H S L
Decimal 205 201 89 0 0.02 0.57 0.20 57.93 0.54 0.58
Hex CD C9 59 0 2 39 14 3A 36 3A
Octal 315 311 131 0 2 71 24 72 66 72
Binary 11001101 11001001 1011001 0 10 111001 10100 111010 110110 111010

Color Harmonies of #CDC959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC959

Black with #CDC959

Text Example


Text Example

White with #CDC959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC959; }

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

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

background-color css

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

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

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

border-color css

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

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

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