Html Css Color HEX #DD682E Gold Drop

📋 copy color: '#DD682E'

red 221 ◦ green 104 ◦ blue 46

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

Shades of Gold Drop #DD682E

Tints of Gold Drop #DD682E

RGB

 RED value IS 221 (86.72% from 255) = 59.57%

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

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

R = 59.57%
G = 28.03%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD682E (or 0xDD682E) is known color: Gold Drop. HEX triplet: DD, 68 and 2E. RGB value is (221,104,46). Sum of RGB (Red+Green+Blue) = 221+104+46=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD682E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD682E is #2297D1. Grayscale: #848484. Windows color (decimal): -2267090 or 3041501. OLE color: 3041501.

HSL color Cylindrical-coordinate representation of color #DD682E: hue angle of 19.89º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD682E is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 104 46 -
CMYK 0 0.53 0.79 0.13
HSL 19.89º 0.72% 0.52% -
HSV(B) 19.89º 0.79% 0.87% -
XYZ 35.26 25.47 5.64 -
YUV 132.37 79.26 191.22 -
System Red Green Blue C M Y K H S L
Decimal 221 104 46 0 0.53 0.79 0.13 19.89 0.72 0.52
Hex DD 68 2E 0 35 4F D 14 48 34
Octal 335 150 56 0 65 117 15 24 110 64
Binary 11011101 1101000 101110 0 110101 1001111 1101 10100 1001000 110100

Color Harmonies of #DD682E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD682E

Black with #DD682E

Text Example


Text Example

White with #DD682E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD682E; }

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

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

background-color css

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

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

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

border-color css

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

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

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