#CBD257

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

Shades of Wild Willow #CBD257

Tints of Wild Willow #CBD257

Color information

#CBD257 (or 0xCBD257) is unknown color: approx Wild Willow. HEX triplet: CB, D2 and 57. RGB value is (203,210,87). Sum of RGB (Red+Green+Blue) = 203+210+87=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 87 (34.38% from 255 or 17.4% from 500); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD257 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD257 is #342DA8. Grayscale: #C2C2C2. Windows color (decimal): -3419561 or 5755595. OLE color: 5755595.

HSL color Cylindrical-coordinate representation of color #CBD257: hue angle of 63.41º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBD257 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB20321087-
CMYK0.0300.590.18
HSL63.41º57.75%58.24%-
HSV(B)63.41º58.57%82.35%-
XYZ49.459.4817.89-
YUV193.8867.68134.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.6%
GREEN value IS 210 (82.42% from 255) = 42%
BLUE value IS 87 (34.38% from 255) = 17.4%
R=40.6%
G=42%
B=17.4%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal203210870.0300.590.1863.4157.7558.24
HexCBD257303B123f3a3a
Octal313322127307322777272
Binary1100101111010010101011111011101110010111111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD257; }

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

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

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

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

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

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

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

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