Html Css Color HEX #D76E2D Gold Drop

📋 copy color: '#D76E2D'

red 215 ◦ green 110 ◦ blue 45

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

Shades of Gold Drop #D76E2D

Tints of Gold Drop #D76E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.16%

R = 58.11%
G = 29.73%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D76E2D (or 0xD76E2D) is known color: Gold Drop. HEX triplet: D7, 6E and 2D. RGB value is (215,110,45). Sum of RGB (Red+Green+Blue) = 215+110+45=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76E2D is #2891D2. Grayscale: #868686. Windows color (decimal): -2658771 or 2977495. OLE color: 2977495.

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

Color convert

RGB 215 110 45 -
CMYK 0 0.49 0.79 0.16
HSL 22.94º 0.68% 0.51% -
HSV(B) 22.94º 0.79% 0.84% -
XYZ 34.07 25.79 5.66 -
YUV 133.99 77.79 185.79 -
System Red Green Blue C M Y K H S L
Decimal 215 110 45 0 0.49 0.79 0.16 22.94 0.68 0.51
Hex D7 6E 2D 0 31 4F 10 17 44 33
Octal 327 156 55 0 61 117 20 27 104 63
Binary 11010111 1101110 101101 0 110001 1001111 10000 10111 1000100 110011

Color Harmonies of #D76E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76E2D

Black with #D76E2D

Text Example


Text Example

White with #D76E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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