#CB9A1D

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

Shades of Buddha Gold #CB9A1D

Tints of Buddha Gold #CB9A1D

Color information

#CB9A1D (or 0xCB9A1D) is unknown color: approx Buddha Gold. HEX triplet: CB, 9A and 1D. RGB value is (203,154,29). Sum of RGB (Red+Green+Blue) = 203+154+29=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 29 (11.72% from 255 or 7.51% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9A1D is #3465E2. Grayscale: #9A9A9A. Windows color (decimal): -3433955 or 1940171. OLE color: 1940171.

HSL color Cylindrical-coordinate representation of color #CB9A1D: hue angle of 43.1º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB9A1D is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB20315429-
CMYK00.240.860.20
HSL43.1º75%45.49%-
HSV(B)43.1º85.71%79.61%-
XYZ36.4135.96.17-
YUV154.457.23162.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.59%
GREEN value IS 154 (60.55% from 255) = 39.90%
BLUE value IS 29 (11.72% from 255) = 7.51%
R=52.59%
G=39.90%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031542900.240.860.2043.17545.49
HexCB9A1D01856142b4b2d
Octal31323235030126245311355
Binary1100101110011010111010110001010110101001010111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9A1D; }

 p { color: rgb(203,154,29); }

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

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

 a { background-color: rgb(203,154,29); }

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

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

 span { border-color: rgb(203,154,29); }

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