Html Css Color HEX #DD685D Roman

📋 copy color: '#DD685D'

red 221 ◦ green 104 ◦ blue 93

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

Shades of Roman #DD685D

Tints of Roman #DD685D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.25%

R = 52.87%
G = 24.88%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD685D (or 0xDD685D) is known color: Roman. HEX triplet: DD, 68 and 5D. RGB value is (221,104,93). Sum of RGB (Red+Green+Blue) = 221+104+93=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD685D is #2297A2. Grayscale: #898989. Windows color (decimal): -2267043 or 6121693. OLE color: 6121693.

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

Color convert

RGB 221 104 93 -
CMYK 0 0.53 0.58 0.13
HSL 5.16º 0.65% 0.62% -
HSV(B) 5.16º 0.58% 0.87% -
XYZ 36.74 26.06 13.45 -
YUV 137.73 102.76 187.39 -
System Red Green Blue C M Y K H S L
Decimal 221 104 93 0 0.53 0.58 0.13 5.16 0.65 0.62
Hex DD 68 5D 0 35 3A D 5 41 3E
Octal 335 150 135 0 65 72 15 5 101 76
Binary 11011101 1101000 1011101 0 110101 111010 1101 101 1000001 111110

Color Harmonies of #DD685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD685D

Black with #DD685D

Text Example


Text Example

White with #DD685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD685D; }

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

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

background-color css

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

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

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

border-color css

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

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

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