#CB9E0E

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

Shades of Buddha Gold #CB9E0E

Tints of Buddha Gold #CB9E0E

Color information

#CB9E0E (or 0xCB9E0E) is unknown color: approx Buddha Gold. HEX triplet: CB, 9E and 0E. RGB value is (203,158,14). Sum of RGB (Red+Green+Blue) = 203+158+14=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9E0E is #3461F1. Grayscale: #9B9B9B. Windows color (decimal): -3432946 or 958155. OLE color: 958155.

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

Color convert

RGB20315814-
CMYK00.220.930.20
HSL45.71º87.1%42.55%-
HSV(B)45.71º93.1%79.61%-
XYZ36.9337.185.65-
YUV155.0448.41162.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.13%
GREEN value IS 158 (62.11% from 255) = 42.13%
BLUE value IS 14 (5.86% from 255) = 3.73%
R=54.13%
G=42.13%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031581400.220.930.2045.7187.142.55
HexCB9EE0165D142e572b
Octal31323616026135245612753
Binary110010111001111011100101101011101101001011101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9E0E; }

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

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

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

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

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

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

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

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