Html Css Color HEX #D76A2D Gold Drop

📋 copy color: '#D76A2D'

red 215 ◦ green 106 ◦ blue 45

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

Shades of Gold Drop #D76A2D

Tints of Gold Drop #D76A2D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.96%

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

R = 58.74%
G = 28.96%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D76A2D (or 0xD76A2D) is known color: Gold Drop. HEX triplet: D7, 6A and 2D. RGB value is (215,106,45). Sum of RGB (Red+Green+Blue) = 215+106+45=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76A2D is #2895D2. Grayscale: #838383. Windows color (decimal): -2659795 or 2976471. OLE color: 2976471.

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

Color convert

RGB 215 106 45 -
CMYK 0 0.51 0.79 0.16
HSL 21.53º 0.68% 0.51% -
HSV(B) 21.53º 0.79% 0.84% -
XYZ 33.65 24.94 5.52 -
YUV 131.64 79.11 187.46 -
System Red Green Blue C M Y K H S L
Decimal 215 106 45 0 0.51 0.79 0.16 21.53 0.68 0.51
Hex D7 6A 2D 0 33 4F 10 16 44 33
Octal 327 152 55 0 63 117 20 26 104 63
Binary 11010111 1101010 101101 0 110011 1001111 10000 10110 1000100 110011

Color Harmonies of #D76A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76A2D

Black with #D76A2D

Text Example


Text Example

White with #D76A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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