Html Css Color HEX #D76D2F Gold Drop

📋 copy color: '#D76D2F'

red 215 ◦ green 109 ◦ blue 47

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

Shades of Gold Drop #D76D2F

Tints of Gold Drop #D76D2F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.38%

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

R = 57.95%
G = 29.38%
B = 12.67%

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

#D76D2F (or 0xD76D2F) is known color: Gold Drop. HEX triplet: D7, 6D and 2F. RGB value is (215,109,47). Sum of RGB (Red+Green+Blue) = 215+109+47=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76D2F is #2892D0. Grayscale: #858585. Windows color (decimal): -2659025 or 3108311. OLE color: 3108311.

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

Color convert

RGB 215 109 47 -
CMYK 0 0.49 0.78 0.16
HSL 22.14º 0.68% 0.51% -
HSV(B) 22.14º 0.78% 0.84% -
XYZ 34.01 25.59 5.84 -
YUV 133.63 79.12 186.04 -
System Red Green Blue C M Y K H S L
Decimal 215 109 47 0 0.49 0.78 0.16 22.14 0.68 0.51
Hex D7 6D 2F 0 31 4E 10 16 44 33
Octal 327 155 57 0 61 116 20 26 104 63
Binary 11010111 1101101 101111 0 110001 1001110 10000 10110 1000100 110011

Color Harmonies of #D76D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D2F

Black with #D76D2F

Text Example


Text Example

White with #D76D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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