Html Css Color HEX #D76E2F Gold Drop

📋 copy color: '#D76E2F'

red 215 ◦ green 110 ◦ blue 47

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

Shades of Gold Drop #D76E2F

Tints of Gold Drop #D76E2F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.57%

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

R = 57.8%
G = 29.57%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D76E2F (or 0xD76E2F) is known color: Gold Drop. HEX triplet: D7, 6E and 2F. RGB value is (215,110,47). Sum of RGB (Red+Green+Blue) = 215+110+47=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76E2F is #2891D0. Grayscale: #868686. Windows color (decimal): -2658769 or 3108567. OLE color: 3108567.

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

Color convert

RGB 215 110 47 -
CMYK 0 0.49 0.78 0.16
HSL 22.5º 0.68% 0.51% -
HSV(B) 22.5º 0.78% 0.84% -
XYZ 34.11 25.8 5.87 -
YUV 134.21 78.79 185.62 -
System Red Green Blue C M Y K H S L
Decimal 215 110 47 0 0.49 0.78 0.16 22.5 0.68 0.51
Hex D7 6E 2F 0 31 4E 10 16 44 33
Octal 327 156 57 0 61 116 20 26 104 63
Binary 11010111 1101110 101111 0 110001 1001110 10000 10110 1000100 110011

Color Harmonies of #D76E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76E2F

Black with #D76E2F

Text Example


Text Example

White with #D76E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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