Html Css Color HEX #CBA811 Buddha Gold

📋 copy color: '#CBA811'

red 203 ◦ green 168 ◦ blue 17

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

Shades of Buddha Gold #CBA811

Tints of Buddha Gold #CBA811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.38%

R = 52.32%
G = 43.3%
B = 4.38%

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

#CBA811 (or 0xCBA811) is known color: Buddha Gold. HEX triplet: CB, A8 and 11. RGB value is (203,168,17). Sum of RGB (Red+Green+Blue) = 203+168+17=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 17 (7.03% from 255 or 4.38% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA811 is #3457EE. Grayscale: #A1A1A1. Windows color (decimal): -3430383 or 1157323. OLE color: 1157323.

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

Color convert

RGB 203 168 17 -
CMYK 0 0.17 0.92 0.20
HSL 48.71º 0.85% 0.43% -
HSV(B) 48.71º 0.92% 0.8% -
XYZ 38.73 40.74 6.35 -
YUV 161.25 46.6 157.78 -
System Red Green Blue C M Y K H S L
Decimal 203 168 17 0 0.17 0.92 0.20 48.71 0.85 0.43
Hex CB A8 11 0 11 5C 14 31 55 2B
Octal 313 250 21 0 21 134 24 61 125 53
Binary 11001011 10101000 10001 0 10001 1011100 10100 110001 1010101 101011

Color Harmonies of #CBA811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA811

Black with #CBA811

Text Example


Text Example

White with #CBA811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA811; }

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

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

background-color css

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

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

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

border-color css

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

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

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