Html Css Color HEX #D4A23B Metallic Gold

📋 copy color: '#D4A23B'

red 212 ◦ green 162 ◦ blue 59

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

Shades of Metallic Gold #D4A23B

Tints of Metallic Gold #D4A23B

RGB

 RED value IS 212 (83.2% from 255) = 48.96%

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

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

R = 48.96%
G = 37.41%
B = 13.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4A23B (or 0xD4A23B) is known color: Metallic Gold. HEX triplet: D4, A2 and 3B. RGB value is (212,162,59). Sum of RGB (Red+Green+Blue) = 212+162+59=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 59 (23.44% from 255 or 13.63% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A23B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A23B is #2B5DC4. Grayscale: #A5A5A5. Windows color (decimal): -2842053 or 3908308. OLE color: 3908308.

HSL color Cylindrical-coordinate representation of color #D4A23B: hue angle of 40.39º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4A23B is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 162 59 -
CMYK 0 0.24 0.72 0.17
HSL 40.39º 0.64% 0.53% -
HSV(B) 40.39º 0.72% 0.83% -
XYZ 40.86 40.15 9.73 -
YUV 165.21 68.07 161.38 -
System Red Green Blue C M Y K H S L
Decimal 212 162 59 0 0.24 0.72 0.17 40.39 0.64 0.53
Hex D4 A2 3B 0 18 48 11 28 40 35
Octal 324 242 73 0 30 110 21 50 100 65
Binary 11010100 10100010 111011 0 11000 1001000 10001 101000 1000000 110101

Color Harmonies of #D4A23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A23B

Black with #D4A23B

Text Example


Text Example

White with #D4A23B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A23B; }

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

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

background-color css

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

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

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

border-color css

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

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

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