#CADB52

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

Shades of Wild Willow #CADB52

Tints of Wild Willow #CADB52

Color information

#CADB52 (or 0xCADB52) is unknown color: approx Wild Willow. HEX triplet: CA, DB and 52. RGB value is (202,219,82). Sum of RGB (Red+Green+Blue) = 202+219+82=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 82 (32.42% from 255 or 16.30% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB52 is #3524AD. Grayscale: #C6C6C6. Windows color (decimal): -3482798 or 5430218. OLE color: 5430218.

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

Color convert

RGB20221982-
CMYK0.0800.630.14
HSL67.45º65.55%59.02%-
HSV(B)67.45º62.56%85.88%-
XYZ51.2163.8317.6-
YUV198.362.37130.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 219 (85.94% from 255) = 43.54%
BLUE value IS 82 (32.42% from 255) = 16.30%
R=40.16%
G=43.54%
B=16.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal202219820.0800.630.1467.4565.5559.02
HexCADB52803FE43423b
Octal312333122100771610310273
Binary1100101011011011101001010000111111111010000111000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADB52; }

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

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

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

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

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

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

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

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