#CADB65

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

Shades of Wild Willow #CADB65

Tints of Wild Willow #CADB65

Color information

#CADB65 (or 0xCADB65) is unknown color: approx Wild Willow. HEX triplet: CA, DB and 65. RGB value is (202,219,101). Sum of RGB (Red+Green+Blue) = 202+219+101=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 101 (39.84% from 255 or 19.35% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB65 is #35249A. Grayscale: #C8C8C8. Windows color (decimal): -3482779 or 6675402. OLE color: 6675402.

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

Color convert

RGB202219101-
CMYK0.0800.540.14
HSL68.64º62.11%62.75%-
HSV(B)68.64º53.88%85.88%-
XYZ52.0464.1621.95-
YUV200.4671.87129.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 219 (85.94% from 255) = 41.95%
BLUE value IS 101 (39.84% from 255) = 19.35%
R=38.70%
G=41.95%
B=19.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022191010.0800.540.1468.6462.1162.75
HexCADB658036E453e3f
Octal31233314510066161057677
Binary110010101101101111001011000011011011101000101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADB65; }

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

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

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

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

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

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

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

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