Html Css Color HEX #CBAA0B Buddha Gold

📋 copy color: '#CBAA0B'

red 203 ◦ green 170 ◦ blue 11

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

Shades of Buddha Gold #CBAA0B

Tints of Buddha Gold #CBAA0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.86%

R = 52.86%
G = 44.27%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CBAA0B (or 0xCBAA0B) is known color: Buddha Gold. HEX triplet: CB, AA and 0B. RGB value is (203,170,11). Sum of RGB (Red+Green+Blue) = 203+170+11=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAA0B is #3455F4. Grayscale: #A2A2A2. Windows color (decimal): -3429877 or 764619. OLE color: 764619.

HSL color Cylindrical-coordinate representation of color #CBAA0B: hue angle of 49.69º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBAA0B is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 170 11 -
CMYK 0 0.16 0.95 0.20
HSL 49.69º 0.9% 0.42% -
HSV(B) 49.69º 0.95% 0.8% -
XYZ 39.06 41.47 6.26 -
YUV 161.74 42.93 157.43 -
System Red Green Blue C M Y K H S L
Decimal 203 170 11 0 0.16 0.95 0.20 49.69 0.9 0.42
Hex CB AA B 0 10 5F 14 32 5A 2A
Octal 313 252 13 0 20 137 24 62 132 52
Binary 11001011 10101010 1011 0 10000 1011111 10100 110010 1011010 101010

Color Harmonies of #CBAA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAA0B

Black with #CBAA0B

Text Example


Text Example

White with #CBAA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAA0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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