Html Css Color HEX #D7B72F Metallic Gold

📋 copy color: '#D7B72F'

red 215 ◦ green 183 ◦ blue 47

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

Shades of Metallic Gold #D7B72F

Tints of Metallic Gold #D7B72F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.56%

R = 48.31%
G = 41.12%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7B72F (or 0xD7B72F) is known color: Metallic Gold. HEX triplet: D7, B7 and 2F. RGB value is (215,183,47). Sum of RGB (Red+Green+Blue) = 215+183+47=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 47 (18.75% from 255 or 10.56% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B72F is #2848D0. Grayscale: #B1B1B1. Windows color (decimal): -2640081 or 3127255. OLE color: 3127255.

HSL color Cylindrical-coordinate representation of color #D7B72F: hue angle of 48.57º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7B72F is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 183 47 -
CMYK 0 0.15 0.78 0.16
HSL 48.57º 0.68% 0.51% -
HSV(B) 48.57º 0.78% 0.84% -
XYZ 45.47 48.52 9.66 -
YUV 177.06 54.6 155.06 -
System Red Green Blue C M Y K H S L
Decimal 215 183 47 0 0.15 0.78 0.16 48.57 0.68 0.51
Hex D7 B7 2F 0 F 4E 10 31 44 33
Octal 327 267 57 0 17 116 20 61 104 63
Binary 11010111 10110111 101111 0 1111 1001110 10000 110001 1000100 110011

Color Harmonies of #D7B72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B72F

Black with #D7B72F

Text Example


Text Example

White with #D7B72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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