#CAD669

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

Shades of Wild Willow #CAD669

Tints of Wild Willow #CAD669

Color information

#CAD669 (or 0xCAD669) is unknown color: approx Wild Willow. HEX triplet: CA, D6 and 69. RGB value is (202,214,105). Sum of RGB (Red+Green+Blue) = 202+214+105=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD669 is #352996. Grayscale: #C6C6C6. Windows color (decimal): -3484055 or 6936266. OLE color: 6936266.

HSL color Cylindrical-coordinate representation of color #CAD669: hue angle of 66.61º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAD669 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB202214105-
CMYK0.0600.510.16
HSL66.61º57.07%62.55%-
HSV(B)66.61º50.93%83.92%-
XYZ50.9561.6722.58-
YUV197.9975.52130.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 214 (83.98% from 255) = 41.07%
BLUE value IS 105 (41.41% from 255) = 20.15%
R=38.77%
G=41.07%
B=20.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022141050.0600.510.1666.6157.0762.55
HexCAD66960331043393f
Octal3123261516063201037177
Binary110010101101011011010011100110011100001000011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD669; }

 p { color: rgb(202,214,105); }

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

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

 a { background-color: rgb(202,214,105); }

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

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

 span { border-color: rgb(202,214,105); }

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