Html Css Color HEX #DD655C Roman

📋 copy color: '#DD655C'

red 221 ◦ green 101 ◦ blue 92

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

Shades of Roman #DD655C

Tints of Roman #DD655C

RGB

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

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

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

R = 53.38%
G = 24.4%
B = 22.22%

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

#DD655C (or 0xDD655C) is known color: Roman. HEX triplet: DD, 65 and 5C. RGB value is (221,101,92). Sum of RGB (Red+Green+Blue) = 221+101+92=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD655C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD655C is #229AA3. Grayscale: #888888. Windows color (decimal): -2267812 or 6055389. OLE color: 6055389.

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

Color convert

RGB 221 101 92 -
CMYK 0 0.54 0.58 0.13
HSL 4.19º 0.65% 0.61% -
HSV(B) 4.19º 0.58% 0.87% -
XYZ 36.4 25.45 13.12 -
YUV 135.85 103.26 188.73 -
System Red Green Blue C M Y K H S L
Decimal 221 101 92 0 0.54 0.58 0.13 4.19 0.65 0.61
Hex DD 65 5C 0 36 3A D 4 41 3D
Octal 335 145 134 0 66 72 15 4 101 75
Binary 11011101 1100101 1011100 0 110110 111010 1101 100 1000001 111101

Color Harmonies of #DD655C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD655C

Black with #DD655C

Text Example


Text Example

White with #DD655C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD655C; }

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

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

background-color css

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

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

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

border-color css

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

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

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