Html Css Color HEX #D7B74B Old Gold

📋 copy color: '#D7B74B'

red 215 ◦ green 183 ◦ blue 75

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

Shades of Old Gold #D7B74B

Tints of Old Gold #D7B74B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.69%

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

R = 45.45%
G = 38.69%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7B74B (or 0xD7B74B) is known color: Old Gold. HEX triplet: D7, B7 and 4B. RGB value is (215,183,75). Sum of RGB (Red+Green+Blue) = 215+183+75=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B74B is #2848B4. Grayscale: #B4B4B4. Windows color (decimal): -2640053 or 4962263. OLE color: 4962263.

HSL color Cylindrical-coordinate representation of color #D7B74B: hue angle of 46.29º 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 #D7B74B is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 183 75 -
CMYK 0 0.15 0.65 0.16
HSL 46.29º 0.64% 0.57% -
HSV(B) 46.29º 0.65% 0.84% -
XYZ 46.23 48.82 13.64 -
YUV 180.26 68.6 152.78 -
System Red Green Blue C M Y K H S L
Decimal 215 183 75 0 0.15 0.65 0.16 46.29 0.64 0.57
Hex D7 B7 4B 0 F 41 10 2E 40 39
Octal 327 267 113 0 17 101 20 56 100 71
Binary 11010111 10110111 1001011 0 1111 1000001 10000 101110 1000000 111001

Color Harmonies of #D7B74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B74B

Black with #D7B74B

Text Example


Text Example

White with #D7B74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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