Html Css Color HEX #DD655D Roman

📋 copy color: '#DD655D'

red 221 ◦ green 101 ◦ blue 93

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

Shades of Roman #DD655D

Tints of Roman #DD655D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.34%

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

R = 53.25%
G = 24.34%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD655D (or 0xDD655D) is known color: Roman. HEX triplet: DD, 65 and 5D. RGB value is (221,101,93). Sum of RGB (Red+Green+Blue) = 221+101+93=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD655D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD655D is #229AA2. Grayscale: #888888. Windows color (decimal): -2267811 or 6120925. OLE color: 6120925.

HSL color Cylindrical-coordinate representation of color #DD655D: hue angle of 3.75º 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 #DD655D is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 101 93 -
CMYK 0 0.54 0.58 0.13
HSL 3.75º 0.65% 0.62% -
HSV(B) 3.75º 0.58% 0.87% -
XYZ 36.45 25.47 13.35 -
YUV 135.97 103.76 188.65 -
System Red Green Blue C M Y K H S L
Decimal 221 101 93 0 0.54 0.58 0.13 3.75 0.65 0.62
Hex DD 65 5D 0 36 3A D 4 41 3E
Octal 335 145 135 0 66 72 15 4 101 76
Binary 11011101 1100101 1011101 0 110110 111010 1101 100 1000001 111110

Color Harmonies of #DD655D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD655D

Black with #DD655D

Text Example


Text Example

White with #DD655D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD655D; }

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

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

background-color css

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

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

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

border-color css

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

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

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