Html Css Color HEX #D7B84B Old Gold

📋 copy color: '#D7B84B'

red 215 ◦ green 184 ◦ blue 75

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

Shades of Old Gold #D7B84B

Tints of Old Gold #D7B84B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.82%

R = 45.36%
G = 38.82%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7B84B (or 0xD7B84B) is known color: Old Gold. HEX triplet: D7, B8 and 4B. RGB value is (215,184,75). Sum of RGB (Red+Green+Blue) = 215+184+75=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B84B is #2847B4. Grayscale: #B5B5B5. Windows color (decimal): -2639797 or 4962519. OLE color: 4962519.

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

Color convert

RGB 215 184 75 -
CMYK 0 0.14 0.65 0.16
HSL 46.71º 0.64% 0.57% -
HSV(B) 46.71º 0.65% 0.84% -
XYZ 46.43 49.24 13.71 -
YUV 180.84 68.27 152.36 -
System Red Green Blue C M Y K H S L
Decimal 215 184 75 0 0.14 0.65 0.16 46.71 0.64 0.57
Hex D7 B8 4B 0 E 41 10 2F 40 39
Octal 327 270 113 0 16 101 20 57 100 71
Binary 11010111 10111000 1001011 0 1110 1000001 10000 101111 1000000 111001

Color Harmonies of #D7B84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B84B

Black with #D7B84B

Text Example


Text Example

White with #D7B84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B84B; }

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

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

background-color css

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

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

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

border-color css

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

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

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