Html Css Color HEX #D9682E Gold Drop

📋 copy color: '#D9682E'

red 217 ◦ green 104 ◦ blue 46

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

Shades of Gold Drop #D9682E

Tints of Gold Drop #D9682E

RGB

 RED value IS 217 (85.16% from 255) = 59.13%

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

 BLUE value IS 46 (18.36% from 255) = 12.53%

R = 59.13%
G = 28.34%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9682E (or 0xD9682E) is known color: Gold Drop. HEX triplet: D9, 68 and 2E. RGB value is (217,104,46). Sum of RGB (Red+Green+Blue) = 217+104+46=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D9682E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9682E is #2697D1. Grayscale: #838383. Windows color (decimal): -2529234 or 3041497. OLE color: 3041497.

HSL color Cylindrical-coordinate representation of color #D9682E: hue angle of 20.35º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9682E is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 104 46 -
CMYK 0 0.52 0.79 0.15
HSL 20.35º 0.69% 0.52% -
HSV(B) 20.35º 0.79% 0.85% -
XYZ 34.06 24.85 5.59 -
YUV 131.18 79.94 189.22 -
System Red Green Blue C M Y K H S L
Decimal 217 104 46 0 0.52 0.79 0.15 20.35 0.69 0.52
Hex D9 68 2E 0 34 4F F 14 45 34
Octal 331 150 56 0 64 117 17 24 105 64
Binary 11011001 1101000 101110 0 110100 1001111 1111 10100 1000101 110100

Color Harmonies of #D9682E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9682E

Black with #D9682E

Text Example


Text Example

White with #D9682E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9682E; }

 p { color: rgb(217,104,46); }

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

background-color css

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

 a { background-color: rgb(217,104,46); }

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

border-color css

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

 span { border-color: rgb(217,104,46); }

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