Html Css Color HEX #D2A23B Metallic Gold

📋 copy color: '#D2A23B'

red 210 ◦ green 162 ◦ blue 59

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

Shades of Metallic Gold #D2A23B

Tints of Metallic Gold #D2A23B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.59%

 BLUE value IS 59 (23.44% from 255) = 13.69%

R = 48.72%
G = 37.59%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2A23B (or 0xD2A23B) is known color: Metallic Gold. HEX triplet: D2, A2 and 3B. RGB value is (210,162,59). Sum of RGB (Red+Green+Blue) = 210+162+59=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 59 (23.44% from 255 or 13.69% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A23B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A23B is #2D5DC4. Grayscale: #A5A5A5. Windows color (decimal): -2973125 or 3908306. OLE color: 3908306.

HSL color Cylindrical-coordinate representation of color #D2A23B: hue angle of 40.93º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2A23B is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 162 59 -
CMYK 0 0.23 0.72 0.18
HSL 40.93º 0.63% 0.53% -
HSV(B) 40.93º 0.72% 0.82% -
XYZ 40.29 39.86 9.71 -
YUV 164.61 68.4 160.38 -
System Red Green Blue C M Y K H S L
Decimal 210 162 59 0 0.23 0.72 0.18 40.93 0.63 0.53
Hex D2 A2 3B 0 17 48 12 29 3F 35
Octal 322 242 73 0 27 110 22 51 77 65
Binary 11010010 10100010 111011 0 10111 1001000 10010 101001 111111 110101

Color Harmonies of #D2A23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A23B

Black with #D2A23B

Text Example


Text Example

White with #D2A23B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A23B; }

 p { color: rgb(210,162,59); }

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

background-color css

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

 a { background-color: rgb(210,162,59); }

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

border-color css

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

 span { border-color: rgb(210,162,59); }

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