#CADB5C

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

Shades of Wild Willow #CADB5C

Tints of Wild Willow #CADB5C

Color information

#CADB5C (or 0xCADB5C) is unknown color: approx Wild Willow. HEX triplet: CA, DB and 5C. RGB value is (202,219,92). Sum of RGB (Red+Green+Blue) = 202+219+92=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB5C is #3524A3. Grayscale: #C7C7C7. Windows color (decimal): -3482788 or 6085578. OLE color: 6085578.

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

Color convert

RGB20221992-
CMYK0.0800.580.14
HSL68.03º63.82%60.98%-
HSV(B)68.03º57.99%85.88%-
XYZ51.6263.9919.76-
YUV199.4467.37129.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 219 (85.94% from 255) = 42.69%
BLUE value IS 92 (36.33% from 255) = 17.93%
R=39.38%
G=42.69%
B=17.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal202219920.0800.580.1468.0363.8260.98
HexCADB5C803AE44403d
Octal312333134100721610410075
Binary1100101011011011101110010000111010111010001001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADB5C; }

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

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

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

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

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

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

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

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