Html Css Color HEX #DD682A Gold Drop

📋 copy color: '#DD682A'

red 221 ◦ green 104 ◦ blue 42

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

Shades of Gold Drop #DD682A

Tints of Gold Drop #DD682A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.44%

R = 60.22%
G = 28.34%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD682A (or 0xDD682A) is known color: Gold Drop. HEX triplet: DD, 68 and 2A. RGB value is (221,104,42). Sum of RGB (Red+Green+Blue) = 221+104+42=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD682A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD682A is #2297D5. Grayscale: #848484. Windows color (decimal): -2267094 or 2779357. OLE color: 2779357.

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

Color convert

RGB 221 104 42 -
CMYK 0 0.53 0.81 0.13
HSL 20.78º 0.72% 0.52% -
HSV(B) 20.78º 0.81% 0.87% -
XYZ 35.19 25.44 5.25 -
YUV 131.92 77.26 191.54 -
System Red Green Blue C M Y K H S L
Decimal 221 104 42 0 0.53 0.81 0.13 20.78 0.72 0.52
Hex DD 68 2A 0 35 51 D 15 48 34
Octal 335 150 52 0 65 121 15 25 110 64
Binary 11011101 1101000 101010 0 110101 1010001 1101 10101 1001000 110100

Color Harmonies of #DD682A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD682A

Black with #DD682A

Text Example


Text Example

White with #DD682A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD682A; }

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

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

background-color css

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

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

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

border-color css

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

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

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