Html Css Color HEX #DD6A68 Roman

📋 copy color: '#DD6A68'

red 221 ◦ green 106 ◦ blue 104

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

Shades of Roman #DD6A68

Tints of Roman #DD6A68

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.59%

 BLUE value IS 104 (41.02% from 255) = 24.13%

R = 51.28%
G = 24.59%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD6A68 (or 0xDD6A68) is known color: Roman. HEX triplet: DD, 6A and 68. RGB value is (221,106,104). Sum of RGB (Red+Green+Blue) = 221+106+104=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6A68 is #229597. Grayscale: #8C8C8C. Windows color (decimal): -2266520 or 6843101. OLE color: 6843101.

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

Color convert

RGB 221 106 104 -
CMYK 0 0.52 0.53 0.13
HSL 1.03º 0.63% 0.64% -
HSV(B) 1.03º 0.53% 0.87% -
XYZ 37.47 26.68 16.27 -
YUV 140.16 107.6 185.66 -
System Red Green Blue C M Y K H S L
Decimal 221 106 104 0 0.52 0.53 0.13 1.03 0.63 0.64
Hex DD 6A 68 0 34 35 D 1 3F 40
Octal 335 152 150 0 64 65 15 1 77 100
Binary 11011101 1101010 1101000 0 110100 110101 1101 1 111111 1000000

Color Harmonies of #DD6A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6A68

Black with #DD6A68

Text Example


Text Example

White with #DD6A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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