Html Css Color HEX #D7B83B Old Gold

📋 copy color: '#D7B83B'

red 215 ◦ green 184 ◦ blue 59

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

Shades of Old Gold #D7B83B

Tints of Old Gold #D7B83B

RGB

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

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

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

R = 46.94%
G = 40.17%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D7B83B (or 0xD7B83B) is known color: Old Gold. HEX triplet: D7, B8 and 3B. RGB value is (215,184,59). Sum of RGB (Red+Green+Blue) = 215+184+59=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 59 (23.44% from 255 or 12.88% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B83B is #2847C4. Grayscale: #B3B3B3. Windows color (decimal): -2639813 or 3913943. OLE color: 3913943.

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

Color convert

RGB 215 184 59 -
CMYK 0 0.14 0.73 0.16
HSL 48.08º 0.66% 0.54% -
HSV(B) 48.08º 0.73% 0.84% -
XYZ 45.95 49.04 11.18 -
YUV 179.02 60.27 153.66 -
System Red Green Blue C M Y K H S L
Decimal 215 184 59 0 0.14 0.73 0.16 48.08 0.66 0.54
Hex D7 B8 3B 0 E 49 10 30 42 36
Octal 327 270 73 0 16 111 20 60 102 66
Binary 11010111 10111000 111011 0 1110 1001001 10000 110000 1000010 110110

Color Harmonies of #D7B83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B83B

Black with #D7B83B

Text Example


Text Example

White with #D7B83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B83B; }

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

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

background-color css

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

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

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

border-color css

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

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

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