#CADB61

Color #CADB61 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #CADB61

Tints of Wild Willow #CADB61

Color information

#CADB61 (or 0xCADB61) is unknown color: approx Wild Willow. HEX triplet: CA, DB and 61. RGB value is (202,219,97). Sum of RGB (Red+Green+Blue) = 202+219+97=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB61 is #35249E. Grayscale: #C8C8C8. Windows color (decimal): -3482783 or 6413258. OLE color: 6413258.

HSL color Cylindrical-coordinate representation of color #CADB61: hue angle of 68.36º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CADB61 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB20221997-
CMYK0.0800.560.14
HSL68.36º62.89%61.96%-
HSV(B)68.36º55.71%85.88%-
XYZ51.8564.0820.95-
YUV200.0169.87129.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.00%
GREEN value IS 219 (85.94% from 255) = 42.28%
BLUE value IS 97 (38.28% from 255) = 18.73%
R=39.00%
G=42.28%
B=18.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal202219970.0800.560.1468.3662.8961.96
HexCADB618038E443f3e
Octal31233314110070161047776
Binary110010101101101111000011000011100011101000100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADB61; }

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

 H1.HeaderClassName
 {
   color: #CADB61;
 }
 .AnyTagClassName
 {
   color: #CADB61;
 }
</style>
background-color css

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

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

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

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

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

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