#CADA54

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

Shades of Wild Willow #CADA54

Tints of Wild Willow #CADA54

Color information

#CADA54 (or 0xCADA54) is unknown color: approx Wild Willow. HEX triplet: CA, DA and 54. RGB value is (202,218,84). Sum of RGB (Red+Green+Blue) = 202+218+84=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 84 (33.20% from 255 or 16.67% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADA54 is #3525AB. Grayscale: #C6C6C6. Windows color (decimal): -3483052 or 5561034. OLE color: 5561034.

HSL color Cylindrical-coordinate representation of color #CADA54: hue angle of 67.16º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CADA54 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB20221884-
CMYK0.0700.610.15
HSL67.16º64.42%59.22%-
HSV(B)67.16º61.47%85.49%-
XYZ51.0363.3417.92-
YUV197.9463.7130.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.08%
GREEN value IS 218 (85.55% from 255) = 43.25%
BLUE value IS 84 (33.20% from 255) = 16.67%
R=40.08%
G=43.25%
B=16.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202218840.0700.610.1567.1664.4259.22
HexCADA54703DF43403b
Octal31233212470751710310073
Binary110010101101101010101001110111101111110000111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADA54; }

 p { color: rgb(202,218,84); }

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

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

 a { background-color: rgb(202,218,84); }

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

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

 span { border-color: rgb(202,218,84); }

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