Html Css Color HEX #CBA911 Buddha Gold

📋 copy color: '#CBA911'

red 203 ◦ green 169 ◦ blue 17

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

Shades of Buddha Gold #CBA911

Tints of Buddha Gold #CBA911

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.44%

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

R = 52.19%
G = 43.44%
B = 4.37%

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

#CBA911 (or 0xCBA911) is known color: Buddha Gold. HEX triplet: CB, A9 and 11. RGB value is (203,169,17). Sum of RGB (Red+Green+Blue) = 203+169+17=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 17 (7.03% from 255 or 4.37% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA911 is #3456EE. Grayscale: #A2A2A2. Windows color (decimal): -3430127 or 1157579. OLE color: 1157579.

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

Color convert

RGB 203 169 17 -
CMYK 0 0.17 0.92 0.20
HSL 49.03º 0.85% 0.43% -
HSV(B) 49.03º 0.92% 0.8% -
XYZ 38.92 41.11 6.41 -
YUV 161.84 46.26 157.36 -
System Red Green Blue C M Y K H S L
Decimal 203 169 17 0 0.17 0.92 0.20 49.03 0.85 0.43
Hex CB A9 11 0 11 5C 14 31 55 2B
Octal 313 251 21 0 21 134 24 61 125 53
Binary 11001011 10101001 10001 0 10001 1011100 10100 110001 1010101 101011

Color Harmonies of #CBA911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA911

Black with #CBA911

Text Example


Text Example

White with #CBA911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA911; }

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

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

background-color css

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

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

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

border-color css

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

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

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