Html Css Color HEX #DD685C Roman

📋 copy color: '#DD685C'

red 221 ◦ green 104 ◦ blue 92

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

Shades of Roman #DD685C

Tints of Roman #DD685C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.06%

R = 53%
G = 24.94%
B = 22.06%

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

#DD685C (or 0xDD685C) is known color: Roman. HEX triplet: DD, 68 and 5C. RGB value is (221,104,92). Sum of RGB (Red+Green+Blue) = 221+104+92=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD685C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD685C is #2297A3. Grayscale: #898989. Windows color (decimal): -2267044 or 6056157. OLE color: 6056157.

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

Color convert

RGB 221 104 92 -
CMYK 0 0.53 0.58 0.13
HSL 5.58º 0.65% 0.61% -
HSV(B) 5.58º 0.58% 0.87% -
XYZ 36.7 26.05 13.22 -
YUV 137.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 221 104 92 0 0.53 0.58 0.13 5.58 0.65 0.61
Hex DD 68 5C 0 35 3A D 6 41 3D
Octal 335 150 134 0 65 72 15 6 101 75
Binary 11011101 1101000 1011100 0 110101 111010 1101 110 1000001 111101

Color Harmonies of #DD685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD685C

Black with #DD685C

Text Example


Text Example

White with #DD685C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD685C; }

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

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

background-color css

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

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

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

border-color css

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

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

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