Html Css Color HEX #D2AF33 Metallic Gold

📋 copy color: '#D2AF33'

red 210 ◦ green 175 ◦ blue 51

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

Shades of Metallic Gold #D2AF33

Tints of Metallic Gold #D2AF33

RGB

 RED value IS 210 (82.42% from 255) = 48.17%

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

 BLUE value IS 51 (20.31% from 255) = 11.7%

R = 48.17%
G = 40.14%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D2AF33 (or 0xD2AF33) is known color: Metallic Gold. HEX triplet: D2, AF and 33. RGB value is (210,175,51). Sum of RGB (Red+Green+Blue) = 210+175+51=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AF33 is #2D50CC. Grayscale: #ABABAB. Windows color (decimal): -2969805 or 3387346. OLE color: 3387346.

HSL color Cylindrical-coordinate representation of color #D2AF33: hue angle of 46.79º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2AF33 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 175 51 -
CMYK 0 0.17 0.76 0.18
HSL 46.79º 0.64% 0.51% -
HSV(B) 46.79º 0.76% 0.82% -
XYZ 42.51 44.6 9.5 -
YUV 171.33 60.1 155.58 -
System Red Green Blue C M Y K H S L
Decimal 210 175 51 0 0.17 0.76 0.18 46.79 0.64 0.51
Hex D2 AF 33 0 11 4C 12 2F 40 33
Octal 322 257 63 0 21 114 22 57 100 63
Binary 11010010 10101111 110011 0 10001 1001100 10010 101111 1000000 110011

Color Harmonies of #D2AF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AF33

Black with #D2AF33

Text Example


Text Example

White with #D2AF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AF33; }

 p { color: rgb(210,175,51); }

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

background-color css

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

 a { background-color: rgb(210,175,51); }

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

border-color css

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

 span { border-color: rgb(210,175,51); }

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