Html Css Color HEX #D4A33B Metallic Gold

📋 copy color: '#D4A33B'

red 212 ◦ green 163 ◦ blue 59

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

Shades of Metallic Gold #D4A33B

Tints of Metallic Gold #D4A33B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.56%

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

R = 48.85%
G = 37.56%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4A33B (or 0xD4A33B) is known color: Metallic Gold. HEX triplet: D4, A3 and 3B. RGB value is (212,163,59). Sum of RGB (Red+Green+Blue) = 212+163+59=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 59 (23.44% from 255 or 13.59% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A33B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A33B is #2B5CC4. Grayscale: #A6A6A6. Windows color (decimal): -2841797 or 3908564. OLE color: 3908564.

HSL color Cylindrical-coordinate representation of color #D4A33B: hue angle of 40.78º 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 #D4A33B is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 163 59 -
CMYK 0 0.23 0.72 0.17
HSL 40.78º 0.64% 0.53% -
HSV(B) 40.78º 0.72% 0.83% -
XYZ 41.04 40.51 9.79 -
YUV 165.8 67.73 160.96 -
System Red Green Blue C M Y K H S L
Decimal 212 163 59 0 0.23 0.72 0.17 40.78 0.64 0.53
Hex D4 A3 3B 0 17 48 11 29 40 35
Octal 324 243 73 0 27 110 21 51 100 65
Binary 11010100 10100011 111011 0 10111 1001000 10001 101001 1000000 110101

Color Harmonies of #D4A33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A33B

Black with #D4A33B

Text Example


Text Example

White with #D4A33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A33B; }

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

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

background-color css

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

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

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

border-color css

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

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

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