Html Css Color HEX #CDCA61 Wild Willow

📋 copy color: '#CDCA61'

red 205 ◦ green 202 ◦ blue 97

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

Shades of Wild Willow #CDCA61

Tints of Wild Willow #CDCA61

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.08%

 BLUE value IS 97 (38.28% from 255) = 19.25%

R = 40.67%
G = 40.08%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CDCA61 (or 0xCDCA61) is known color: Wild Willow. HEX triplet: CD, CA and 61. RGB value is (205,202,97). Sum of RGB (Red+Green+Blue) = 205+202+97=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 97 (38.28% from 255 or 19.25% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCA61 is #32359E. Grayscale: #BFBFBF. Windows color (decimal): -3290527 or 6408909. OLE color: 6408909.

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

Color convert

RGB 205 202 97 -
CMYK 0 0.01 0.53 0.20
HSL 58.33º 0.52% 0.59% -
HSV(B) 58.33º 0.53% 0.8% -
XYZ 48.46 56.08 19.58 -
YUV 190.93 74.99 138.04 -
System Red Green Blue C M Y K H S L
Decimal 205 202 97 0 0.01 0.53 0.20 58.33 0.52 0.59
Hex CD CA 61 0 1 35 14 3A 34 3B
Octal 315 312 141 0 1 65 24 72 64 73
Binary 11001101 11001010 1100001 0 1 110101 10100 111010 110100 111011

Color Harmonies of #CDCA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDCA61

Black with #CDCA61

Text Example


Text Example

White with #CDCA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDCA61; }

 p { color: rgb(205,202,97); }

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

background-color css

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

 a { background-color: rgb(205,202,97); }

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

border-color css

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

 span { border-color: rgb(205,202,97); }

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