Html Css Color HEX #CAD269 Wild Willow

📋 copy color: '#CAD269'

red 202 ◦ green 210 ◦ blue 105

#CAD269
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #CAD269

Tints of Wild Willow #CAD269

RGB

 RED value IS 202 (79.3% from 255) = 39.07%

 GREEN value IS 210 (82.42% from 255) = 40.62%

 BLUE value IS 105 (41.41% from 255) = 20.31%

R = 39.07%
G = 40.62%
B = 20.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#CAD269 (or 0xCAD269) is known color: Wild Willow. HEX triplet: CA, D2 and 69. RGB value is (202,210,105). Sum of RGB (Red+Green+Blue) = 202+210+105=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 105 (41.41% from 255 or 20.31% from 517); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD269 is #352D96. Grayscale: #C4C4C4. Windows color (decimal): -3485079 or 6935242. OLE color: 6935242.

HSL color Cylindrical-coordinate representation of color #CAD269: hue angle of 64.57º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAD269 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 210 105 -
CMYK 0.04 0 0.50 0.18
HSL 64.57º 0.54% 0.62% -
HSV(B) 64.57º 0.5% 0.82% -
XYZ 49.95 59.67 22.25 -
YUV 195.64 76.85 132.54 -
System Red Green Blue C M Y K H S L
Decimal 202 210 105 0.04 0 0.50 0.18 64.57 0.54 0.62
Hex CA D2 69 4 0 32 12 41 36 3E
Octal 312 322 151 4 0 62 22 101 66 76
Binary 11001010 11010010 1101001 100 0 110010 10010 1000001 110110 111110

Color Harmonies of #CAD269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD269

Black with #CAD269

Text Example


Text Example

White with #CAD269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD269; }

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

 H1.HeaderClassName
 {
   color: #CAD269;
 }
 .AnyTagClassName
 {
   color: #CAD269;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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