Html Css Color HEX #CBA810 Buddha Gold

📋 copy color: '#CBA810'

red 203 ◦ green 168 ◦ blue 16

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

Shades of Buddha Gold #CBA810

Tints of Buddha Gold #CBA810

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.41%

 BLUE value IS 16 (6.64% from 255) = 4.13%

R = 52.45%
G = 43.41%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CBA810 (or 0xCBA810) is known color: Buddha Gold. HEX triplet: CB, A8 and 10. RGB value is (203,168,16). Sum of RGB (Red+Green+Blue) = 203+168+16=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA810 is #3457EF. Grayscale: #A1A1A1. Windows color (decimal): -3430384 or 1091787. OLE color: 1091787.

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

Color convert

RGB 203 168 16 -
CMYK 0 0.17 0.92 0.20
HSL 48.77º 0.85% 0.43% -
HSV(B) 48.77º 0.92% 0.8% -
XYZ 38.72 40.74 6.31 -
YUV 161.14 46.1 157.86 -
System Red Green Blue C M Y K H S L
Decimal 203 168 16 0 0.17 0.92 0.20 48.77 0.85 0.43
Hex CB A8 10 0 11 5C 14 31 55 2B
Octal 313 250 20 0 21 134 24 61 125 53
Binary 11001011 10101000 10000 0 10001 1011100 10100 110001 1010101 101011

Color Harmonies of #CBA810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA810

Black with #CBA810

Text Example


Text Example

White with #CBA810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA810; }

 p { color: rgb(203,168,16); }

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

background-color css

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

 a { background-color: rgb(203,168,16); }

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

border-color css

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

 span { border-color: rgb(203,168,16); }

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