Html Css Color HEX #D4B048 Old Gold

📋 copy color: '#D4B048'

red 212 ◦ green 176 ◦ blue 72

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

Shades of Old Gold #D4B048

Tints of Old Gold #D4B048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.65%

R = 46.09%
G = 38.26%
B = 15.65%

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

#D4B048 (or 0xD4B048) is known color: Old Gold. HEX triplet: D4, B0 and 48. RGB value is (212,176,72). Sum of RGB (Red+Green+Blue) = 212+176+72=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 72 (28.52% from 255 or 15.65% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4B048 is #2B4FB7. Grayscale: #AFAFAF. Windows color (decimal): -2838456 or 4763860. OLE color: 4763860.

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

Color convert

RGB 212 176 72 -
CMYK 0 0.17 0.66 0.17
HSL 44.57º 0.62% 0.56% -
HSV(B) 44.57º 0.66% 0.83% -
XYZ 43.85 45.52 12.61 -
YUV 174.91 69.93 154.46 -
System Red Green Blue C M Y K H S L
Decimal 212 176 72 0 0.17 0.66 0.17 44.57 0.62 0.56
Hex D4 B0 48 0 11 42 11 2D 3E 38
Octal 324 260 110 0 21 102 21 55 76 70
Binary 11010100 10110000 1001000 0 10001 1000010 10001 101101 111110 111000

Color Harmonies of #D4B048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B048

Black with #D4B048

Text Example


Text Example

White with #D4B048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B048; }

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

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

background-color css

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

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

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

border-color css

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

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

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