Html Css Color HEX #CBAA11 Buddha Gold

📋 copy color: '#CBAA11'

red 203 ◦ green 170 ◦ blue 17

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

Shades of Buddha Gold #CBAA11

Tints of Buddha Gold #CBAA11

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.59%

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

R = 52.05%
G = 43.59%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CBAA11 (or 0xCBAA11) is known color: Buddha Gold. HEX triplet: CB, AA and 11. RGB value is (203,170,17). Sum of RGB (Red+Green+Blue) = 203+170+17=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAA11 is #3455EE. Grayscale: #A3A3A3. Windows color (decimal): -3429871 or 1157835. OLE color: 1157835.

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

Color convert

RGB 203 170 17 -
CMYK 0 0.16 0.92 0.20
HSL 49.35º 0.85% 0.43% -
HSV(B) 49.35º 0.92% 0.8% -
XYZ 39.1 41.49 6.48 -
YUV 162.43 45.93 156.94 -
System Red Green Blue C M Y K H S L
Decimal 203 170 17 0 0.16 0.92 0.20 49.35 0.85 0.43
Hex CB AA 11 0 10 5C 14 31 55 2B
Octal 313 252 21 0 20 134 24 61 125 53
Binary 11001011 10101010 10001 0 10000 1011100 10100 110001 1010101 101011

Color Harmonies of #CBAA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAA11

Black with #CBAA11

Text Example


Text Example

White with #CBAA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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