Html Css Color HEX #DD6758 Roman

📋 copy color: '#DD6758'

red 221 ◦ green 103 ◦ blue 88

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

Shades of Roman #DD6758

Tints of Roman #DD6758

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25%

 BLUE value IS 88 (34.77% from 255) = 21.36%

R = 53.64%
G = 25%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD6758 (or 0xDD6758) is known color: Roman. HEX triplet: DD, 67 and 58. RGB value is (221,103,88). Sum of RGB (Red+Green+Blue) = 221+103+88=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6758 is #2298A7. Grayscale: #888888. Windows color (decimal): -2267304 or 5793757. OLE color: 5793757.

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

Color convert

RGB 221 103 88 -
CMYK 0 0.53 0.60 0.13
HSL 6.77º 0.66% 0.61% -
HSV(B) 6.77º 0.6% 0.87% -
XYZ 36.43 25.78 12.29 -
YUV 136.57 100.59 188.22 -
System Red Green Blue C M Y K H S L
Decimal 221 103 88 0 0.53 0.60 0.13 6.77 0.66 0.61
Hex DD 67 58 0 35 3C D 7 42 3D
Octal 335 147 130 0 65 74 15 7 102 75
Binary 11011101 1100111 1011000 0 110101 111100 1101 111 1000010 111101

Color Harmonies of #DD6758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6758

Black with #DD6758

Text Example


Text Example

White with #DD6758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6758; }

 p { color: rgb(221,103,88); }

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

background-color css

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

 a { background-color: rgb(221,103,88); }

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

border-color css

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

 span { border-color: rgb(221,103,88); }

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