Html Css Color HEX #CBAA3F Metallic Gold

📋 copy color: '#CBAA3F'

red 203 ◦ green 170 ◦ blue 63

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

Shades of Metallic Gold #CBAA3F

Tints of Metallic Gold #CBAA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.45%

R = 46.56%
G = 38.99%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CBAA3F (or 0xCBAA3F) is known color: Metallic Gold. HEX triplet: CB, AA and 3F. RGB value is (203,170,63). Sum of RGB (Red+Green+Blue) = 203+170+63=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAA3F is #3455C0. Grayscale: #A8A8A8. Windows color (decimal): -3429825 or 4172491. OLE color: 4172491.

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

Color convert

RGB 203 170 63 -
CMYK 0 0.16 0.69 0.20
HSL 45.86º 0.57% 0.52% -
HSV(B) 45.86º 0.69% 0.8% -
XYZ 39.9 41.8 10.67 -
YUV 167.67 68.93 153.2 -
System Red Green Blue C M Y K H S L
Decimal 203 170 63 0 0.16 0.69 0.20 45.86 0.57 0.52
Hex CB AA 3F 0 10 45 14 2E 39 34
Octal 313 252 77 0 20 105 24 56 71 64
Binary 11001011 10101010 111111 0 10000 1000101 10100 101110 111001 110100

Color Harmonies of #CBAA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAA3F

Black with #CBAA3F

Text Example


Text Example

White with #CBAA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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