Html Css Color HEX #D9B447 Old Gold

📋 copy color: '#D9B447'

red 217 ◦ green 180 ◦ blue 71

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

Shades of Old Gold #D9B447

Tints of Old Gold #D9B447

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.46%

 BLUE value IS 71 (28.13% from 255) = 15.17%

R = 46.37%
G = 38.46%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D9B447 (or 0xD9B447) is known color: Old Gold. HEX triplet: D9, B4 and 47. RGB value is (217,180,71). Sum of RGB (Red+Green+Blue) = 217+180+71=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 71 (28.12% from 255 or 15.17% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B447 is #264BB8. Grayscale: #B3B3B3. Windows color (decimal): -2509753 or 4699353. OLE color: 4699353.

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

Color convert

RGB 217 180 71 -
CMYK 0 0.17 0.67 0.15
HSL 44.79º 0.66% 0.56% -
HSV(B) 44.79º 0.67% 0.85% -
XYZ 46.07 47.85 12.77 -
YUV 178.64 67.26 155.36 -
System Red Green Blue C M Y K H S L
Decimal 217 180 71 0 0.17 0.67 0.15 44.79 0.66 0.56
Hex D9 B4 47 0 11 43 F 2D 42 38
Octal 331 264 107 0 21 103 17 55 102 70
Binary 11011001 10110100 1000111 0 10001 1000011 1111 101101 1000010 111000

Color Harmonies of #D9B447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B447

Black with #D9B447

Text Example


Text Example

White with #D9B447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B447; }

 p { color: rgb(217,180,71); }

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

background-color css

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

 a { background-color: rgb(217,180,71); }

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

border-color css

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

 span { border-color: rgb(217,180,71); }

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