Html Css Color HEX #D9B844 Old Gold

📋 copy color: '#D9B844'

red 217 ◦ green 184 ◦ blue 68

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

Shades of Old Gold #D9B844

Tints of Old Gold #D9B844

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.23%

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

R = 46.27%
G = 39.23%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D9B844 (or 0xD9B844) is known color: Old Gold. HEX triplet: D9, B8 and 44. RGB value is (217,184,68). Sum of RGB (Red+Green+Blue) = 217+184+68=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 68 (26.95% from 255 or 14.50% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B844 is #2647BB. Grayscale: #B5B5B5. Windows color (decimal): -2508732 or 4503769. OLE color: 4503769.

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

Color convert

RGB 217 184 68 -
CMYK 0 0.15 0.69 0.15
HSL 46.71º 0.66% 0.56% -
HSV(B) 46.71º 0.69% 0.85% -
XYZ 46.8 49.45 12.55 -
YUV 180.64 64.43 153.93 -
System Red Green Blue C M Y K H S L
Decimal 217 184 68 0 0.15 0.69 0.15 46.71 0.66 0.56
Hex D9 B8 44 0 F 45 F 2F 42 38
Octal 331 270 104 0 17 105 17 57 102 70
Binary 11011001 10111000 1000100 0 1111 1000101 1111 101111 1000010 111000

Color Harmonies of #D9B844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B844

Black with #D9B844

Text Example


Text Example

White with #D9B844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B844; }

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

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

background-color css

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

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

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

border-color css

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

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

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