Html Css Color HEX #DD682F Gold Drop

📋 copy color: '#DD682F'

red 221 ◦ green 104 ◦ blue 47

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

Shades of Gold Drop #DD682F

Tints of Gold Drop #DD682F

RGB

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

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

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

R = 59.41%
G = 27.96%
B = 12.63%

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

#DD682F (or 0xDD682F) is known color: Gold Drop. HEX triplet: DD, 68 and 2F. RGB value is (221,104,47). Sum of RGB (Red+Green+Blue) = 221+104+47=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD682F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD682F is #2297D0. Grayscale: #848484. Windows color (decimal): -2267089 or 3107037. OLE color: 3107037.

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

Color convert

RGB 221 104 47 -
CMYK 0 0.53 0.79 0.13
HSL 19.66º 0.72% 0.53% -
HSV(B) 19.66º 0.79% 0.87% -
XYZ 35.28 25.48 5.75 -
YUV 132.49 79.76 191.13 -
System Red Green Blue C M Y K H S L
Decimal 221 104 47 0 0.53 0.79 0.13 19.66 0.72 0.53
Hex DD 68 2F 0 35 4F D 14 48 35
Octal 335 150 57 0 65 117 15 24 110 65
Binary 11011101 1101000 101111 0 110101 1001111 1101 10100 1001000 110101

Color Harmonies of #DD682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD682F

Black with #DD682F

Text Example


Text Example

White with #DD682F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD682F; }

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

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

background-color css

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

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

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

border-color css

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

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

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