Html Css Color HEX #D7B42F Metallic Gold

📋 copy color: '#D7B42F'

red 215 ◦ green 180 ◦ blue 47

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

Shades of Metallic Gold #D7B42F

Tints of Metallic Gold #D7B42F

RGB

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

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

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

R = 48.64%
G = 40.72%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7B42F (or 0xD7B42F) is known color: Metallic Gold. HEX triplet: D7, B4 and 2F. RGB value is (215,180,47). Sum of RGB (Red+Green+Blue) = 215+180+47=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 47 (18.75% from 255 or 10.63% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B42F is #284BD0. Grayscale: #AFAFAF. Windows color (decimal): -2640849 or 3126487. OLE color: 3126487.

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

Color convert

RGB 215 180 47 -
CMYK 0 0.16 0.78 0.16
HSL 47.5º 0.68% 0.51% -
HSV(B) 47.5º 0.78% 0.84% -
XYZ 44.86 47.29 9.45 -
YUV 175.3 55.6 156.31 -
System Red Green Blue C M Y K H S L
Decimal 215 180 47 0 0.16 0.78 0.16 47.5 0.68 0.51
Hex D7 B4 2F 0 10 4E 10 30 44 33
Octal 327 264 57 0 20 116 20 60 104 63
Binary 11010111 10110100 101111 0 10000 1001110 10000 110000 1000100 110011

Color Harmonies of #D7B42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B42F

Black with #D7B42F

Text Example


Text Example

White with #D7B42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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