Html Css Color HEX #D4B049 Old Gold

📋 copy color: '#D4B049'

red 212 ◦ green 176 ◦ blue 73

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

Shades of Old Gold #D4B049

Tints of Old Gold #D4B049

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.18%

 BLUE value IS 73 (28.91% from 255) = 15.84%

R = 45.99%
G = 38.18%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D4B049 (or 0xD4B049) is known color: Old Gold. HEX triplet: D4, B0 and 49. RGB value is (212,176,73). Sum of RGB (Red+Green+Blue) = 212+176+73=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4B049 is #2B4FB6. Grayscale: #AFAFAF. Windows color (decimal): -2838455 or 4829396. OLE color: 4829396.

HSL color Cylindrical-coordinate representation of color #D4B049: hue angle of 44.46º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D4B049 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 176 73 -
CMYK 0 0.17 0.66 0.17
HSL 44.46º 0.62% 0.56% -
HSV(B) 44.46º 0.66% 0.83% -
XYZ 43.88 45.53 12.78 -
YUV 175.02 70.43 154.38 -
System Red Green Blue C M Y K H S L
Decimal 212 176 73 0 0.17 0.66 0.17 44.46 0.62 0.56
Hex D4 B0 49 0 11 42 11 2C 3E 38
Octal 324 260 111 0 21 102 21 54 76 70
Binary 11010100 10110000 1001001 0 10001 1000010 10001 101100 111110 111000

Color Harmonies of #D4B049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B049

Black with #D4B049

Text Example


Text Example

White with #D4B049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B049; }

 p { color: rgb(212,176,73); }

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

background-color css

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

 a { background-color: rgb(212,176,73); }

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

border-color css

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

 span { border-color: rgb(212,176,73); }

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