Html Css Color HEX #DD685E Roman

📋 copy color: '#DD685E'

red 221 ◦ green 104 ◦ blue 94

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

Shades of Roman #DD685E

Tints of Roman #DD685E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.43%

R = 52.74%
G = 24.82%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD685E (or 0xDD685E) is known color: Roman. HEX triplet: DD, 68 and 5E. RGB value is (221,104,94). Sum of RGB (Red+Green+Blue) = 221+104+94=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD685E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD685E is #2297A1. Grayscale: #8A8A8A. Windows color (decimal): -2267042 or 6187229. OLE color: 6187229.

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

Color convert

RGB 221 104 94 -
CMYK 0 0.53 0.57 0.13
HSL 4.72º 0.65% 0.62% -
HSV(B) 4.72º 0.57% 0.87% -
XYZ 36.79 26.08 13.68 -
YUV 137.84 103.26 187.31 -
System Red Green Blue C M Y K H S L
Decimal 221 104 94 0 0.53 0.57 0.13 4.72 0.65 0.62
Hex DD 68 5E 0 35 39 D 5 41 3E
Octal 335 150 136 0 65 71 15 5 101 76
Binary 11011101 1101000 1011110 0 110101 111001 1101 101 1000001 111110

Color Harmonies of #DD685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD685E

Black with #DD685E

Text Example


Text Example

White with #DD685E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD685E; }

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

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

background-color css

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

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

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

border-color css

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

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

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