Html Css Color HEX #CBA209 Buddha Gold

📋 copy color: '#CBA209'

red 203 ◦ green 162 ◦ blue 9

#CBA209
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #CBA209

Tints of Buddha Gold #CBA209

RGB

 RED value IS 203 (79.69% from 255) = 54.28%

 GREEN value IS 162 (63.67% from 255) = 43.32%

 BLUE value IS 9 (3.91% from 255) = 2.41%

R = 54.28%
G = 43.32%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CBA209 (or 0xCBA209) is known color: Buddha Gold. HEX triplet: CB, A2 and 09. RGB value is (203,162,9). Sum of RGB (Red+Green+Blue) = 203+162+9=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 9 (3.91% from 255 or 2.41% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA209 is #345DF6. Grayscale: #9D9D9D. Windows color (decimal): -3431927 or 631499. OLE color: 631499.

HSL color Cylindrical-coordinate representation of color #CBA209: hue angle of 47.32º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBA209 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 162 9 -
CMYK 0 0.20 0.96 0.20
HSL 47.32º 0.92% 0.42% -
HSV(B) 47.32º 0.96% 0.8% -
XYZ 37.6 38.56 5.72 -
YUV 156.82 44.58 160.94 -
System Red Green Blue C M Y K H S L
Decimal 203 162 9 0 0.20 0.96 0.20 47.32 0.92 0.42
Hex CB A2 9 0 14 60 14 2F 5C 2A
Octal 313 242 11 0 24 140 24 57 134 52
Binary 11001011 10100010 1001 0 10100 1100000 10100 101111 1011100 101010

Color Harmonies of #CBA209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA209

Black with #CBA209

Text Example


Text Example

White with #CBA209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA209; }

 p { color: rgb(203,162,9); }

 H1.HeaderClassName
 {
   color: #CBA209;
 }
 .AnyTagClassName
 {
   color: #CBA209;
 }
</style>

background-color css

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

 a { background-color: rgb(203,162,9); }

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

border-color css

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

 span { border-color: rgb(203,162,9); }

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