Html Css Color HEX #DD605C Roman

📋 copy color: '#DD605C'

red 221 ◦ green 96 ◦ blue 92

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

Shades of Roman #DD605C

Tints of Roman #DD605C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.47%

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

R = 54.03%
G = 23.47%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD605C (or 0xDD605C) is known color: Roman. HEX triplet: DD, 60 and 5C. RGB value is (221,96,92). Sum of RGB (Red+Green+Blue) = 221+96+92=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD605C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD605C is #229FA3. Grayscale: #858585. Windows color (decimal): -2269092 or 6054109. OLE color: 6054109.

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

Color convert

RGB 221 96 92 -
CMYK 0 0.57 0.58 0.13
HSL 1.86º 0.65% 0.61% -
HSV(B) 1.86º 0.58% 0.87% -
XYZ 35.93 24.51 12.96 -
YUV 132.92 104.91 190.83 -
System Red Green Blue C M Y K H S L
Decimal 221 96 92 0 0.57 0.58 0.13 1.86 0.65 0.61
Hex DD 60 5C 0 39 3A D 2 41 3D
Octal 335 140 134 0 71 72 15 2 101 75
Binary 11011101 1100000 1011100 0 111001 111010 1101 10 1000001 111101

Color Harmonies of #DD605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD605C

Black with #DD605C

Text Example


Text Example

White with #DD605C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD605C; }

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

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

background-color css

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

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

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

border-color css

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

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

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