Html Css Color HEX #D9B83B Old Gold

📋 copy color: '#D9B83B'

red 217 ◦ green 184 ◦ blue 59

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

Shades of Old Gold #D9B83B

Tints of Old Gold #D9B83B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.83%

R = 47.17%
G = 40%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9B83B (or 0xD9B83B) is known color: Old Gold. HEX triplet: D9, B8 and 3B. RGB value is (217,184,59). Sum of RGB (Red+Green+Blue) = 217+184+59=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 59 (23.44% from 255 or 12.83% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B83B is #2647C4. Grayscale: #B4B4B4. Windows color (decimal): -2508741 or 3913945. OLE color: 3913945.

HSL color Cylindrical-coordinate representation of color #D9B83B: hue angle of 47.47º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9B83B is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 184 59 -
CMYK 0 0.15 0.73 0.15
HSL 47.47º 0.68% 0.54% -
HSV(B) 47.47º 0.73% 0.85% -
XYZ 46.55 49.35 11.21 -
YUV 179.62 59.93 154.66 -
System Red Green Blue C M Y K H S L
Decimal 217 184 59 0 0.15 0.73 0.15 47.47 0.68 0.54
Hex D9 B8 3B 0 F 49 F 2F 44 36
Octal 331 270 73 0 17 111 17 57 104 66
Binary 11011001 10111000 111011 0 1111 1001001 1111 101111 1000100 110110

Color Harmonies of #D9B83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B83B

Black with #D9B83B

Text Example


Text Example

White with #D9B83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B83B; }

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

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

background-color css

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

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

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

border-color css

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

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

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