Html Css Color HEX #D7B939 Old Gold

📋 copy color: '#D7B939'

red 215 ◦ green 185 ◦ blue 57

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

Shades of Old Gold #D7B939

Tints of Old Gold #D7B939

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.48%

 BLUE value IS 57 (22.66% from 255) = 12.47%

R = 47.05%
G = 40.48%
B = 12.47%

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

#D7B939 (or 0xD7B939) is known color: Old Gold. HEX triplet: D7, B9 and 39. RGB value is (215,185,57). Sum of RGB (Red+Green+Blue) = 215+185+57=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 57 (22.66% from 255 or 12.47% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B939 is #2846C6. Grayscale: #B3B3B3. Windows color (decimal): -2639559 or 3783127. OLE color: 3783127.

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

Color convert

RGB 215 185 57 -
CMYK 0 0.14 0.73 0.16
HSL 48.61º 0.66% 0.53% -
HSV(B) 48.61º 0.73% 0.84% -
XYZ 46.11 49.44 10.98 -
YUV 179.38 58.94 153.41 -
System Red Green Blue C M Y K H S L
Decimal 215 185 57 0 0.14 0.73 0.16 48.61 0.66 0.53
Hex D7 B9 39 0 E 49 10 31 42 35
Octal 327 271 71 0 16 111 20 61 102 65
Binary 11010111 10111001 111001 0 1110 1001001 10000 110001 1000010 110101

Color Harmonies of #D7B939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B939

Black with #D7B939

Text Example


Text Example

White with #D7B939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B939; }

 p { color: rgb(215,185,57); }

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

background-color css

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

 a { background-color: rgb(215,185,57); }

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

border-color css

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

 span { border-color: rgb(215,185,57); }

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