Html Css Color HEX #D7682F Gold Drop

📋 copy color: '#D7682F'

red 215 ◦ green 104 ◦ blue 47

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

Shades of Gold Drop #D7682F

Tints of Gold Drop #D7682F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.42%

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

R = 58.74%
G = 28.42%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7682F (or 0xD7682F) is known color: Gold Drop. HEX triplet: D7, 68 and 2F. RGB value is (215,104,47). Sum of RGB (Red+Green+Blue) = 215+104+47=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D7682F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7682F is #2897D0. Grayscale: #838383. Windows color (decimal): -2660305 or 3107031. OLE color: 3107031.

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

Color convert

RGB 215 104 47 -
CMYK 0 0.52 0.78 0.16
HSL 20.36º 0.68% 0.51% -
HSV(B) 20.36º 0.78% 0.84% -
XYZ 33.49 24.55 5.66 -
YUV 130.69 80.77 188.13 -
System Red Green Blue C M Y K H S L
Decimal 215 104 47 0 0.52 0.78 0.16 20.36 0.68 0.51
Hex D7 68 2F 0 34 4E 10 14 44 33
Octal 327 150 57 0 64 116 20 24 104 63
Binary 11010111 1101000 101111 0 110100 1001110 10000 10100 1000100 110011

Color Harmonies of #D7682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7682F

Black with #D7682F

Text Example


Text Example

White with #D7682F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7682F; }

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

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

background-color css

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

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

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

border-color css

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

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

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