Html Css Color HEX #CBA708 Buddha Gold

📋 copy color: '#CBA708'

red 203 ◦ green 167 ◦ blue 8

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

Shades of Buddha Gold #CBA708

Tints of Buddha Gold #CBA708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.12%

R = 53.7%
G = 44.18%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CBA708 (or 0xCBA708) is known color: Buddha Gold. HEX triplet: CB, A7 and 08. RGB value is (203,167,8). Sum of RGB (Red+Green+Blue) = 203+167+8=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 8 (3.52% from 255 or 2.12% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA708 is #3458F7. Grayscale: #A0A0A0. Windows color (decimal): -3430648 or 567243. OLE color: 567243.

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

Color convert

RGB 203 167 8 -
CMYK 0 0.18 0.96 0.20
HSL 48.92º 0.92% 0.41% -
HSV(B) 48.92º 0.96% 0.8% -
XYZ 38.49 40.35 5.99 -
YUV 159.64 42.43 158.93 -
System Red Green Blue C M Y K H S L
Decimal 203 167 8 0 0.18 0.96 0.20 48.92 0.92 0.41
Hex CB A7 8 0 12 60 14 31 5C 29
Octal 313 247 10 0 22 140 24 61 134 51
Binary 11001011 10100111 1000 0 10010 1100000 10100 110001 1011100 101001

Color Harmonies of #CBA708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA708

Black with #CBA708

Text Example


Text Example

White with #CBA708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA708; }

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

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

background-color css

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

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

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

border-color css

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

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

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