Html Css Color HEX #CBAF2E Metallic Gold

📋 copy color: '#CBAF2E'

red 203 ◦ green 175 ◦ blue 46

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

Shades of Metallic Gold #CBAF2E

Tints of Metallic Gold #CBAF2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.85%

R = 47.88%
G = 41.27%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CBAF2E (or 0xCBAF2E) is known color: Metallic Gold. HEX triplet: CB, AF and 2E. RGB value is (203,175,46). Sum of RGB (Red+Green+Blue) = 203+175+46=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 46 (18.36% from 255 or 10.85% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAF2E is #3450D1. Grayscale: #A9A9A9. Windows color (decimal): -3428562 or 3059659. OLE color: 3059659.

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

Color convert

RGB 203 175 46 -
CMYK 0 0.14 0.77 0.20
HSL 49.3º 0.63% 0.49% -
HSV(B) 49.3º 0.77% 0.8% -
XYZ 40.45 43.55 8.86 -
YUV 168.67 58.78 152.49 -
System Red Green Blue C M Y K H S L
Decimal 203 175 46 0 0.14 0.77 0.20 49.3 0.63 0.49
Hex CB AF 2E 0 E 4D 14 31 3F 31
Octal 313 257 56 0 16 115 24 61 77 61
Binary 11001011 10101111 101110 0 1110 1001101 10100 110001 111111 110001

Color Harmonies of #CBAF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAF2E

Black with #CBAF2E

Text Example


Text Example

White with #CBAF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAF2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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