#CBD269

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

Shades of Wild Willow #CBD269

Tints of Wild Willow #CBD269

Color information

#CBD269 (or 0xCBD269) is unknown color: approx Wild Willow. HEX triplet: CB, D2 and 69. RGB value is (203,210,105). Sum of RGB (Red+Green+Blue) = 203+210+105=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 105 (41.41% from 255 or 20.27% from 518); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD269 is #342D96. Grayscale: #C4C4C4. Windows color (decimal): -3419543 or 6935243. OLE color: 6935243.

HSL color Cylindrical-coordinate representation of color #CBD269: hue angle of 64º 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 #CBD269 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB203210105-
CMYK0.0300.500.18
HSL64º53.85%61.76%-
HSV(B)64º50%82.35%-
XYZ50.2259.8122.26-
YUV195.9476.68133.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.19%
GREEN value IS 210 (82.42% from 255) = 40.54%
BLUE value IS 105 (41.41% from 255) = 20.27%
R=39.19%
G=40.54%
B=20.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032101050.0300.500.186453.8561.76
HexCBD26930321240363e
Octal3133221513062221006676
Binary11001011110100101101001110110010100101000000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD269; }

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

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

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

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

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

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

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

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