Html Css Color HEX #D7B440 Old Gold

📋 copy color: '#D7B440'

red 215 ◦ green 180 ◦ blue 64

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

Shades of Old Gold #D7B440

Tints of Old Gold #D7B440

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.22%

 BLUE value IS 64 (25.39% from 255) = 13.94%

R = 46.84%
G = 39.22%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D7B440 (or 0xD7B440) is known color: Old Gold. HEX triplet: D7, B4 and 40. RGB value is (215,180,64). Sum of RGB (Red+Green+Blue) = 215+180+64=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B440 is #284BBF. Grayscale: #B1B1B1. Windows color (decimal): -2640832 or 4240599. OLE color: 4240599.

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

Color convert

RGB 215 180 64 -
CMYK 0 0.16 0.70 0.16
HSL 46.09º 0.65% 0.55% -
HSV(B) 46.09º 0.7% 0.84% -
XYZ 45.27 47.46 11.63 -
YUV 177.24 64.1 154.93 -
System Red Green Blue C M Y K H S L
Decimal 215 180 64 0 0.16 0.70 0.16 46.09 0.65 0.55
Hex D7 B4 40 0 10 46 10 2E 41 37
Octal 327 264 100 0 20 106 20 56 101 67
Binary 11010111 10110100 1000000 0 10000 1000110 10000 101110 1000001 110111

Color Harmonies of #D7B440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B440

Black with #D7B440

Text Example


Text Example

White with #D7B440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B440; }

 p { color: rgb(215,180,64); }

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

background-color css

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

 a { background-color: rgb(215,180,64); }

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

border-color css

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

 span { border-color: rgb(215,180,64); }

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