Html Css Color HEX #CBAF2A Metallic Gold

📋 copy color: '#CBAF2A'

red 203 ◦ green 175 ◦ blue 42

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

Shades of Metallic Gold #CBAF2A

Tints of Metallic Gold #CBAF2A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.67%

 BLUE value IS 42 (16.8% from 255) = 10%

R = 48.33%
G = 41.67%
B = 10%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CBAF2A (or 0xCBAF2A) is known color: Metallic Gold. HEX triplet: CB, AF and 2A. RGB value is (203,175,42). Sum of RGB (Red+Green+Blue) = 203+175+42=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 42 (16.80% from 255 or 10% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAF2A is #3450D5. Grayscale: #A8A8A8. Windows color (decimal): -3428566 or 2797515. OLE color: 2797515.

HSL color Cylindrical-coordinate representation of color #CBAF2A: hue angle of 49.57º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CBAF2A is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 175 42 -
CMYK 0 0.14 0.79 0.20
HSL 49.57º 0.66% 0.48% -
HSV(B) 49.57º 0.79% 0.8% -
XYZ 40.38 43.52 8.46 -
YUV 168.21 56.78 152.81 -
System Red Green Blue C M Y K H S L
Decimal 203 175 42 0 0.14 0.79 0.20 49.57 0.66 0.48
Hex CB AF 2A 0 E 4F 14 32 42 30
Octal 313 257 52 0 16 117 24 62 102 60
Binary 11001011 10101111 101010 0 1110 1001111 10100 110010 1000010 110000

Color Harmonies of #CBAF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAF2A

Black with #CBAF2A

Text Example


Text Example

White with #CBAF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAF2A; }

 p { color: rgb(203,175,42); }

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

background-color css

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

 a { background-color: rgb(203,175,42); }

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

border-color css

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

 span { border-color: rgb(203,175,42); }

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