Html Css Color HEX #CBA206 Buddha Gold

📋 copy color: '#CBA206'

red 203 ◦ green 162 ◦ blue 6

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

Shades of Buddha Gold #CBA206

Tints of Buddha Gold #CBA206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.62%

R = 54.72%
G = 43.67%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CBA206 (or 0xCBA206) is known color: Buddha Gold. HEX triplet: CB, A2 and 06. RGB value is (203,162,6). Sum of RGB (Red+Green+Blue) = 203+162+6=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 6 (2.73% from 255 or 1.62% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA206 is #345DF9. Grayscale: #9D9D9D. Windows color (decimal): -3431930 or 434891. OLE color: 434891.

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

Color convert

RGB 203 162 6 -
CMYK 0 0.20 0.97 0.20
HSL 47.51º 0.94% 0.41% -
HSV(B) 47.51º 0.97% 0.8% -
XYZ 37.58 38.55 5.63 -
YUV 156.48 43.08 161.18 -
System Red Green Blue C M Y K H S L
Decimal 203 162 6 0 0.20 0.97 0.20 47.51 0.94 0.41
Hex CB A2 6 0 14 61 14 30 5E 29
Octal 313 242 6 0 24 141 24 60 136 51
Binary 11001011 10100010 110 0 10100 1100001 10100 110000 1011110 101001

Color Harmonies of #CBA206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA206

Black with #CBA206

Text Example


Text Example

White with #CBA206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA206; }

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

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

background-color css

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

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

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

border-color css

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

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

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