Html Css Color HEX #CBA706 Buddha Gold

📋 copy color: '#CBA706'

red 203 ◦ green 167 ◦ blue 6

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

Shades of Buddha Gold #CBA706

Tints of Buddha Gold #CBA706

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.41%

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

R = 53.99%
G = 44.41%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CBA706 (or 0xCBA706) is known color: Buddha Gold. HEX triplet: CB, A7 and 06. RGB value is (203,167,6). Sum of RGB (Red+Green+Blue) = 203+167+6=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 167 (65.62% from 255 or 44.41% from 376); Blue value is 6 (2.73% from 255 or 1.60% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA706 is #3458F9. Grayscale: #A0A0A0. Windows color (decimal): -3430650 or 436171. OLE color: 436171.

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

Color convert

RGB 203 167 6 -
CMYK 0 0.18 0.97 0.20
HSL 49.04º 0.94% 0.41% -
HSV(B) 49.04º 0.97% 0.8% -
XYZ 38.48 40.35 5.93 -
YUV 159.41 41.43 159.09 -
System Red Green Blue C M Y K H S L
Decimal 203 167 6 0 0.18 0.97 0.20 49.04 0.94 0.41
Hex CB A7 6 0 12 61 14 31 5E 29
Octal 313 247 6 0 22 141 24 61 136 51
Binary 11001011 10100111 110 0 10010 1100001 10100 110001 1011110 101001

Color Harmonies of #CBA706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA706

Black with #CBA706

Text Example


Text Example

White with #CBA706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA706; }

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

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

background-color css

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

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

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

border-color css

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

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

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