Html Css Color HEX #CBA208 Buddha Gold

📋 copy color: '#CBA208'

red 203 ◦ green 162 ◦ blue 8

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

Shades of Buddha Gold #CBA208

Tints of Buddha Gold #CBA208

RGB

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

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

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

R = 54.42%
G = 43.43%
B = 2.14%

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

#CBA208 (or 0xCBA208) is known color: Buddha Gold. HEX triplet: CB, A2 and 08. RGB value is (203,162,8). Sum of RGB (Red+Green+Blue) = 203+162+8=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 8 (3.52% from 255 or 2.14% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA208 is #345DF7. Grayscale: #9D9D9D. Windows color (decimal): -3431928 or 565963. OLE color: 565963.

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

Color convert

RGB 203 162 8 -
CMYK 0 0.20 0.96 0.20
HSL 47.38º 0.92% 0.41% -
HSV(B) 47.38º 0.96% 0.8% -
XYZ 37.59 38.55 5.69 -
YUV 156.7 44.08 161.02 -
System Red Green Blue C M Y K H S L
Decimal 203 162 8 0 0.20 0.96 0.20 47.38 0.92 0.41
Hex CB A2 8 0 14 60 14 2F 5C 29
Octal 313 242 10 0 24 140 24 57 134 51
Binary 11001011 10100010 1000 0 10100 1100000 10100 101111 1011100 101001

Color Harmonies of #CBA208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA208

Black with #CBA208

Text Example


Text Example

White with #CBA208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA208; }

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

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

background-color css

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

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

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

border-color css

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

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

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