#CB9E03

Color #CB9E03 Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #CB9E03

Tints of Buddha Gold #CB9E03

Color information

#CB9E03 (or 0xCB9E03) is unknown color: approx Buddha Gold. HEX triplet: CB, 9E and 03. RGB value is (203,158,3). Sum of RGB (Red+Green+Blue) = 203+158+3=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 3 (1.56% from 255 or 0.82% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9E03 is #3461FC. Grayscale: #9A9A9A. Windows color (decimal): -3432957 or 237259. OLE color: 237259.

HSL color Cylindrical-coordinate representation of color #CB9E03: hue angle of 46.5º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB9E03 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB2031583-
CMYK00.220.990.20
HSL46.5º97.09%40.39%-
HSV(B)46.5º98.52%79.61%-
XYZ36.8737.165.31-
YUV153.7842.91163.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.77%
GREEN value IS 158 (62.11% from 255) = 43.41%
BLUE value IS 3 (1.56% from 255) = 0.82%
R=55.77%
G=43.41%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.99
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203158300.220.990.2046.597.0940.39
HexCB9E301663142e6128
Octal3132363026143245614150
Binary1100101110011110110101101100011101001011101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9E03; }

 p { color: rgb(203,158,3); }

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

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

 a { background-color: rgb(203,158,3); }

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

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

 span { border-color: rgb(203,158,3); }

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