Html Css Color HEX #D76D34 Gold Drop

📋 copy color: '#D76D34'

red 215 ◦ green 109 ◦ blue 52

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

Shades of Gold Drop #D76D34

Tints of Gold Drop #D76D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.83%

R = 57.18%
G = 28.99%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D76D34 (or 0xD76D34) is known color: Gold Drop. HEX triplet: D7, 6D and 34. RGB value is (215,109,52). Sum of RGB (Red+Green+Blue) = 215+109+52=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76D34 is #2892CB. Grayscale: #868686. Windows color (decimal): -2659020 or 3435991. OLE color: 3435991.

HSL color Cylindrical-coordinate representation of color #D76D34: hue angle of 20.98º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D76D34 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 109 52 -
CMYK 0 0.49 0.76 0.16
HSL 20.98º 0.67% 0.52% -
HSV(B) 20.98º 0.76% 0.84% -
XYZ 34.11 25.63 6.4 -
YUV 134.2 81.62 185.63 -
System Red Green Blue C M Y K H S L
Decimal 215 109 52 0 0.49 0.76 0.16 20.98 0.67 0.52
Hex D7 6D 34 0 31 4C 10 15 43 34
Octal 327 155 64 0 61 114 20 25 103 64
Binary 11010111 1101101 110100 0 110001 1001100 10000 10101 1000011 110100

Color Harmonies of #D76D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D34

Black with #D76D34

Text Example


Text Example

White with #D76D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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