Html Css Color HEX #D7B83F Old Gold

📋 copy color: '#D7B83F'

red 215 ◦ green 184 ◦ blue 63

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

Shades of Old Gold #D7B83F

Tints of Old Gold #D7B83F

RGB

 RED value IS 215 (84.38% from 255) = 46.54%

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

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

R = 46.54%
G = 39.83%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D7B83F (or 0xD7B83F) is known color: Old Gold. HEX triplet: D7, B8 and 3F. RGB value is (215,184,63). Sum of RGB (Red+Green+Blue) = 215+184+63=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 63 (25% from 255 or 13.64% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B83F is #2847C0. Grayscale: #B3B3B3. Windows color (decimal): -2639809 or 4176087. OLE color: 4176087.

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

Color convert

RGB 215 184 63 -
CMYK 0 0.14 0.71 0.16
HSL 47.76º 0.66% 0.55% -
HSV(B) 47.76º 0.71% 0.84% -
XYZ 46.06 49.09 11.75 -
YUV 179.48 62.27 153.34 -
System Red Green Blue C M Y K H S L
Decimal 215 184 63 0 0.14 0.71 0.16 47.76 0.66 0.55
Hex D7 B8 3F 0 E 47 10 30 42 37
Octal 327 270 77 0 16 107 20 60 102 67
Binary 11010111 10111000 111111 0 1110 1000111 10000 110000 1000010 110111

Color Harmonies of #D7B83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B83F

Black with #D7B83F

Text Example


Text Example

White with #D7B83F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B83F; }

 p { color: rgb(215,184,63); }

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

background-color css

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

 a { background-color: rgb(215,184,63); }

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

border-color css

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

 span { border-color: rgb(215,184,63); }

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