Html Css Color HEX #D9B444 Old Gold

📋 copy color: '#D9B444'

red 217 ◦ green 180 ◦ blue 68

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

Shades of Old Gold #D9B444

Tints of Old Gold #D9B444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.62%

R = 46.67%
G = 38.71%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D9B444 (or 0xD9B444) is known color: Old Gold. HEX triplet: D9, B4 and 44. RGB value is (217,180,68). Sum of RGB (Red+Green+Blue) = 217+180+68=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 68 (26.95% from 255 or 14.62% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B444 is #264BBB. Grayscale: #B2B2B2. Windows color (decimal): -2509756 or 4502745. OLE color: 4502745.

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

Color convert

RGB 217 180 68 -
CMYK 0 0.17 0.69 0.15
HSL 45.1º 0.66% 0.56% -
HSV(B) 45.1º 0.69% 0.85% -
XYZ 45.98 47.81 12.27 -
YUV 178.3 65.76 155.61 -
System Red Green Blue C M Y K H S L
Decimal 217 180 68 0 0.17 0.69 0.15 45.1 0.66 0.56
Hex D9 B4 44 0 11 45 F 2D 42 38
Octal 331 264 104 0 21 105 17 55 102 70
Binary 11011001 10110100 1000100 0 10001 1000101 1111 101101 1000010 111000

Color Harmonies of #D9B444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B444

Black with #D9B444

Text Example


Text Example

White with #D9B444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B444; }

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

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

background-color css

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

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

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

border-color css

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

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

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