Html Css Color HEX #D8B841 Old Gold

📋 copy color: '#D8B841'

red 216 ◦ green 184 ◦ blue 65

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

Shades of Old Gold #D8B841

Tints of Old Gold #D8B841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.98%

R = 46.45%
G = 39.57%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D8B841 (or 0xD8B841) is known color: Old Gold. HEX triplet: D8, B8 and 41. RGB value is (216,184,65). Sum of RGB (Red+Green+Blue) = 216+184+65=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 65 (25.78% from 255 or 13.98% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B841 is #2747BE. Grayscale: #B4B4B4. Windows color (decimal): -2574271 or 4307160. OLE color: 4307160.

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

Color convert

RGB 216 184 65 -
CMYK 0 0.15 0.70 0.15
HSL 47.28º 0.66% 0.55% -
HSV(B) 47.28º 0.7% 0.85% -
XYZ 46.41 49.26 12.06 -
YUV 180 63.1 153.68 -
System Red Green Blue C M Y K H S L
Decimal 216 184 65 0 0.15 0.70 0.15 47.28 0.66 0.55
Hex D8 B8 41 0 F 46 F 2F 42 37
Octal 330 270 101 0 17 106 17 57 102 67
Binary 11011000 10111000 1000001 0 1111 1000110 1111 101111 1000010 110111

Color Harmonies of #D8B841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B841

Black with #D8B841

Text Example


Text Example

White with #D8B841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B841; }

 p { color: rgb(216,184,65); }

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

background-color css

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

 a { background-color: rgb(216,184,65); }

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

border-color css

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

 span { border-color: rgb(216,184,65); }

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