Html Css Color HEX #CBAA32 Metallic Gold

📋 copy color: '#CBAA32'

red 203 ◦ green 170 ◦ blue 50

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

Shades of Metallic Gold #CBAA32

Tints of Metallic Gold #CBAA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.82%

R = 47.99%
G = 40.19%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CBAA32 (or 0xCBAA32) is known color: Metallic Gold. HEX triplet: CB, AA and 32. RGB value is (203,170,50). Sum of RGB (Red+Green+Blue) = 203+170+50=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAA32 is #3455CD. Grayscale: #A6A6A6. Windows color (decimal): -3429838 or 3320523. OLE color: 3320523.

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

Color convert

RGB 203 170 50 -
CMYK 0 0.16 0.75 0.20
HSL 47.06º 0.6% 0.5% -
HSV(B) 47.06º 0.75% 0.8% -
XYZ 39.58 41.68 8.98 -
YUV 166.19 62.43 154.26 -
System Red Green Blue C M Y K H S L
Decimal 203 170 50 0 0.16 0.75 0.20 47.06 0.6 0.5
Hex CB AA 32 0 10 4B 14 2F 3C 32
Octal 313 252 62 0 20 113 24 57 74 62
Binary 11001011 10101010 110010 0 10000 1001011 10100 101111 111100 110010

Color Harmonies of #CBAA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAA32

Black with #CBAA32

Text Example


Text Example

White with #CBAA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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