Html Css Color HEX #CDC96A Wild Willow

📋 copy color: '#CDC96A'

red 205 ◦ green 201 ◦ blue 106

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

Shades of Wild Willow #CDC96A

Tints of Wild Willow #CDC96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.7%

R = 40.04%
G = 39.26%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CDC96A (or 0xCDC96A) is known color: Wild Willow. HEX triplet: CD, C9 and 6A. RGB value is (205,201,106). Sum of RGB (Red+Green+Blue) = 205+201+106=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 106 (41.80% from 255 or 20.70% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC96A is #323695. Grayscale: #BFBFBF. Windows color (decimal): -3290774 or 6998477. OLE color: 6998477.

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

Color convert

RGB 205 201 106 -
CMYK 0 0.02 0.48 0.20
HSL 57.58º 0.5% 0.61% -
HSV(B) 57.58º 0.48% 0.8% -
XYZ 48.67 55.79 21.84 -
YUV 191.37 79.83 137.72 -
System Red Green Blue C M Y K H S L
Decimal 205 201 106 0 0.02 0.48 0.20 57.58 0.5 0.61
Hex CD C9 6A 0 2 30 14 3A 32 3D
Octal 315 311 152 0 2 60 24 72 62 75
Binary 11001101 11001001 1101010 0 10 110000 10100 111010 110010 111101

Color Harmonies of #CDC96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC96A

Black with #CDC96A

Text Example


Text Example

White with #CDC96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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