Html Css Color HEX #D76D35 Gold Drop

📋 copy color: '#D76D35'

red 215 ◦ green 109 ◦ blue 53

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

Shades of Gold Drop #D76D35

Tints of Gold Drop #D76D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.06%

R = 57.03%
G = 28.91%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D76D35 (or 0xD76D35) is known color: Gold Drop. HEX triplet: D7, 6D and 35. RGB value is (215,109,53). Sum of RGB (Red+Green+Blue) = 215+109+53=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 53 (21.09% from 255 or 14.06% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76D35 is #2892CA. Grayscale: #868686. Windows color (decimal): -2659019 or 3501527. OLE color: 3501527.

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

Color convert

RGB 215 109 53 -
CMYK 0 0.49 0.75 0.16
HSL 20.74º 0.67% 0.53% -
HSV(B) 20.74º 0.75% 0.84% -
XYZ 34.14 25.64 6.52 -
YUV 134.31 82.12 185.55 -
System Red Green Blue C M Y K H S L
Decimal 215 109 53 0 0.49 0.75 0.16 20.74 0.67 0.53
Hex D7 6D 35 0 31 4B 10 15 43 35
Octal 327 155 65 0 61 113 20 25 103 65
Binary 11010111 1101101 110101 0 110001 1001011 10000 10101 1000011 110101

Color Harmonies of #D76D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D35

Black with #D76D35

Text Example


Text Example

White with #D76D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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