Html Css Color HEX #DD6C6B Roman

📋 copy color: '#DD6C6B'

red 221 ◦ green 108 ◦ blue 107

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

Shades of Roman #DD6C6B

Tints of Roman #DD6C6B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.77%

 BLUE value IS 107 (42.19% from 255) = 24.54%

R = 50.69%
G = 24.77%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD6C6B (or 0xDD6C6B) is known color: Roman. HEX triplet: DD, 6C and 6B. RGB value is (221,108,107). Sum of RGB (Red+Green+Blue) = 221+108+107=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6C6B is #229394. Grayscale: #8D8D8D. Windows color (decimal): -2266005 or 7040221. OLE color: 7040221.

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

Color convert

RGB 221 108 107 -
CMYK 0 0.51 0.52 0.13
HSL 0.53º 0.63% 0.64% -
HSV(B) 0.53º 0.52% 0.87% -
XYZ 37.84 27.16 17.16 -
YUV 141.67 108.44 184.58 -
System Red Green Blue C M Y K H S L
Decimal 221 108 107 0 0.51 0.52 0.13 0.53 0.63 0.64
Hex DD 6C 6B 0 33 34 D 1 3F 40
Octal 335 154 153 0 63 64 15 1 77 100
Binary 11011101 1101100 1101011 0 110011 110100 1101 1 111111 1000000

Color Harmonies of #DD6C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6C6B

Black with #DD6C6B

Text Example


Text Example

White with #DD6C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6C6B; }

 p { color: rgb(221,108,107); }

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

background-color css

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

 a { background-color: rgb(221,108,107); }

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

border-color css

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

 span { border-color: rgb(221,108,107); }

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