#CB990E

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

Shades of Buddha Gold #CB990E

Tints of Buddha Gold #CB990E

Color information

#CB990E (or 0xCB990E) is unknown color: approx Buddha Gold. HEX triplet: CB, 99 and 0E. RGB value is (203,153,14). Sum of RGB (Red+Green+Blue) = 203+153+14=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 14 (5.86% from 255 or 3.78% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB990E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB990E is #3466F1. Grayscale: #989898. Windows color (decimal): -3434226 or 956875. OLE color: 956875.

HSL color Cylindrical-coordinate representation of color #CB990E: hue angle of 44.13º 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 #CB990E is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB20315314-
CMYK00.250.930.20
HSL44.13º87.1%42.55%-
HSV(B)44.13º93.1%79.61%-
XYZ36.135.515.37-
YUV152.150.06164.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.86%
GREEN value IS 153 (60.16% from 255) = 41.35%
BLUE value IS 14 (5.86% from 255) = 3.78%
R=54.86%
G=41.35%
B=3.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031531400.250.930.2044.1387.142.55
HexCB99E0195D142c572b
Octal31323116031135245412753
Binary110010111001100111100110011011101101001011001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB990E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB990E; }

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

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

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

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

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

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

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

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