#CBD063

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

Shades of Wild Willow #CBD063

Tints of Wild Willow #CBD063

Color information

#CBD063 (or 0xCBD063) is unknown color: approx Wild Willow. HEX triplet: CB, D0 and 63. RGB value is (203,208,99). Sum of RGB (Red+Green+Blue) = 203+208+99=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 99 (39.06% from 255 or 19.41% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD063 is #342F9C. Grayscale: #C2C2C2. Windows color (decimal): -3420061 or 6541515. OLE color: 6541515.

HSL color Cylindrical-coordinate representation of color #CBD063: hue angle of 62.75º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBD063 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB20320899-
CMYK0.0200.520.18
HSL62.75º53.69%60.2%-
HSV(B)62.75º52.4%81.57%-
XYZ49.4458.7120.53-
YUV194.0874.34134.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.80%
GREEN value IS 208 (81.64% from 255) = 40.78%
BLUE value IS 99 (39.06% from 255) = 19.41%
R=39.80%
G=40.78%
B=19.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal203208990.0200.520.1862.7553.6960.2
HexCBD0632034123f363c
Octal313320143206422776674
Binary1100101111010000110001110011010010010111111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD063; }

 p { color: rgb(203,208,99); }

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

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

 a { background-color: rgb(203,208,99); }

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

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

 span { border-color: rgb(203,208,99); }

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