Html Css Color HEX #D9682D Gold Drop

📋 copy color: '#D9682D'

red 217 ◦ green 104 ◦ blue 45

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

Shades of Gold Drop #D9682D

Tints of Gold Drop #D9682D

RGB

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

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

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

R = 59.29%
G = 28.42%
B = 12.3%

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

#D9682D (or 0xD9682D) is known color: Gold Drop. HEX triplet: D9, 68 and 2D. RGB value is (217,104,45). Sum of RGB (Red+Green+Blue) = 217+104+45=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D9682D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9682D is #2697D2. Grayscale: #838383. Windows color (decimal): -2529235 or 2975961. OLE color: 2975961.

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

Color convert

RGB 217 104 45 -
CMYK 0 0.52 0.79 0.15
HSL 20.58º 0.69% 0.51% -
HSV(B) 20.58º 0.79% 0.85% -
XYZ 34.04 24.84 5.48 -
YUV 131.06 79.44 189.3 -
System Red Green Blue C M Y K H S L
Decimal 217 104 45 0 0.52 0.79 0.15 20.58 0.69 0.51
Hex D9 68 2D 0 34 4F F 15 45 33
Octal 331 150 55 0 64 117 17 25 105 63
Binary 11011001 1101000 101101 0 110100 1001111 1111 10101 1000101 110011

Color Harmonies of #D9682D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9682D

Black with #D9682D

Text Example


Text Example

White with #D9682D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9682D; }

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

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

background-color css

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

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

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

border-color css

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

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

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