Html Css Color HEX #D9B748 Old Gold

📋 copy color: '#D9B748'

red 217 ◦ green 183 ◦ blue 72

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

Shades of Old Gold #D9B748

Tints of Old Gold #D9B748

RGB

 RED value IS 217 (85.16% from 255) = 45.97%

 GREEN value IS 183 (71.88% from 255) = 38.77%

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

R = 45.97%
G = 38.77%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D9B748 (or 0xD9B748) is known color: Old Gold. HEX triplet: D9, B7 and 48. RGB value is (217,183,72). Sum of RGB (Red+Green+Blue) = 217+183+72=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 72 (28.52% from 255 or 15.25% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B748 is #2648B7. Grayscale: #B4B4B4. Windows color (decimal): -2508984 or 4765657. OLE color: 4765657.

HSL color Cylindrical-coordinate representation of color #D9B748: hue angle of 45.93º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D9B748 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 183 72 -
CMYK 0 0.16 0.67 0.15
HSL 45.93º 0.66% 0.57% -
HSV(B) 45.93º 0.67% 0.85% -
XYZ 46.72 49.09 13.14 -
YUV 180.51 66.76 154.03 -
System Red Green Blue C M Y K H S L
Decimal 217 183 72 0 0.16 0.67 0.15 45.93 0.66 0.57
Hex D9 B7 48 0 10 43 F 2E 42 39
Octal 331 267 110 0 20 103 17 56 102 71
Binary 11011001 10110111 1001000 0 10000 1000011 1111 101110 1000010 111001

Color Harmonies of #D9B748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B748

Black with #D9B748

Text Example


Text Example

White with #D9B748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B748; }

 p { color: rgb(217,183,72); }

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

background-color css

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

 a { background-color: rgb(217,183,72); }

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

border-color css

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

 span { border-color: rgb(217,183,72); }

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