Html Css Color HEX #D76A2F Gold Drop

📋 copy color: '#D76A2F'

red 215 ◦ green 106 ◦ blue 47

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

Shades of Gold Drop #D76A2F

Tints of Gold Drop #D76A2F

RGB

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

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

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

R = 58.42%
G = 28.8%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D76A2F (or 0xD76A2F) is known color: Gold Drop. HEX triplet: D7, 6A and 2F. RGB value is (215,106,47). Sum of RGB (Red+Green+Blue) = 215+106+47=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76A2F is #2895D0. Grayscale: #848484. Windows color (decimal): -2659793 or 3107543. OLE color: 3107543.

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

Color convert

RGB 215 106 47 -
CMYK 0 0.51 0.78 0.16
HSL 21.07º 0.68% 0.51% -
HSV(B) 21.07º 0.78% 0.84% -
XYZ 33.69 24.96 5.73 -
YUV 131.87 80.11 187.3 -
System Red Green Blue C M Y K H S L
Decimal 215 106 47 0 0.51 0.78 0.16 21.07 0.68 0.51
Hex D7 6A 2F 0 33 4E 10 15 44 33
Octal 327 152 57 0 63 116 20 25 104 63
Binary 11010111 1101010 101111 0 110011 1001110 10000 10101 1000100 110011

Color Harmonies of #D76A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76A2F

Black with #D76A2F

Text Example


Text Example

White with #D76A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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