Html Css Color HEX #D4B249 Old Gold

📋 copy color: '#D4B249'

red 212 ◦ green 178 ◦ blue 73

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

Shades of Old Gold #D4B249

Tints of Old Gold #D4B249

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.44%

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

R = 45.79%
G = 38.44%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D4B249 (or 0xD4B249) is known color: Old Gold. HEX triplet: D4, B2 and 49. RGB value is (212,178,73). Sum of RGB (Red+Green+Blue) = 212+178+73=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 73 (28.91% from 255 or 15.77% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4B249 is #2B4DB6. Grayscale: #B0B0B0. Windows color (decimal): -2837943 or 4829908. OLE color: 4829908.

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

Color convert

RGB 212 178 73 -
CMYK 0 0.16 0.66 0.17
HSL 45.32º 0.62% 0.56% -
HSV(B) 45.32º 0.66% 0.83% -
XYZ 44.27 46.32 12.91 -
YUV 176.2 69.76 153.54 -
System Red Green Blue C M Y K H S L
Decimal 212 178 73 0 0.16 0.66 0.17 45.32 0.62 0.56
Hex D4 B2 49 0 10 42 11 2D 3E 38
Octal 324 262 111 0 20 102 21 55 76 70
Binary 11010100 10110010 1001001 0 10000 1000010 10001 101101 111110 111000

Color Harmonies of #D4B249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B249

Black with #D4B249

Text Example


Text Example

White with #D4B249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B249; }

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

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

background-color css

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

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

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

border-color css

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

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

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