Html Css Color HEX #D8B73F Old Gold

📋 copy color: '#D8B73F'

red 216 ◦ green 183 ◦ blue 63

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

Shades of Old Gold #D8B73F

Tints of Old Gold #D8B73F

RGB

 RED value IS 216 (84.77% from 255) = 46.75%

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

 BLUE value IS 63 (25% from 255) = 13.64%

R = 46.75%
G = 39.61%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8B73F (or 0xD8B73F) is known color: Old Gold. HEX triplet: D8, B7 and 3F. RGB value is (216,183,63). Sum of RGB (Red+Green+Blue) = 216+183+63=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 63 (25% from 255 or 13.64% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B73F is #2748C0. Grayscale: #B3B3B3. Windows color (decimal): -2574529 or 4175832. OLE color: 4175832.

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

Color convert

RGB 216 183 63 -
CMYK 0 0.15 0.71 0.15
HSL 47.06º 0.66% 0.55% -
HSV(B) 47.06º 0.71% 0.85% -
XYZ 46.15 48.82 11.69 -
YUV 179.19 62.43 154.26 -
System Red Green Blue C M Y K H S L
Decimal 216 183 63 0 0.15 0.71 0.15 47.06 0.66 0.55
Hex D8 B7 3F 0 F 47 F 2F 42 37
Octal 330 267 77 0 17 107 17 57 102 67
Binary 11011000 10110111 111111 0 1111 1000111 1111 101111 1000010 110111

Color Harmonies of #D8B73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B73F

Black with #D8B73F

Text Example


Text Example

White with #D8B73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B73F; }

 p { color: rgb(216,183,63); }

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

background-color css

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

 a { background-color: rgb(216,183,63); }

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

border-color css

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

 span { border-color: rgb(216,183,63); }

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