Html Css Color HEX #DC6659 Roman

📋 copy color: '#DC6659'

red 220 ◦ green 102 ◦ blue 89

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

Shades of Roman #DC6659

Tints of Roman #DC6659

RGB

 RED value IS 220 (86.33% from 255) = 53.53%

 GREEN value IS 102 (40.23% from 255) = 24.82%

 BLUE value IS 89 (35.16% from 255) = 21.65%

R = 53.53%
G = 24.82%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC6659 (or 0xDC6659) is known color: Roman. HEX triplet: DC, 66 and 59. RGB value is (220,102,89). Sum of RGB (Red+Green+Blue) = 220+102+89=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6659 is #2399A6. Grayscale: #878787. Windows color (decimal): -2333095 or 5859036. OLE color: 5859036.

HSL color Cylindrical-coordinate representation of color #DC6659: hue angle of 5.95º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC6659 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 102 89 -
CMYK 0 0.54 0.60 0.14
HSL 5.95º 0.65% 0.61% -
HSV(B) 5.95º 0.6% 0.86% -
XYZ 36.07 25.44 12.46 -
YUV 135.8 101.59 188.06 -
System Red Green Blue C M Y K H S L
Decimal 220 102 89 0 0.54 0.60 0.14 5.95 0.65 0.61
Hex DC 66 59 0 36 3C E 6 41 3D
Octal 334 146 131 0 66 74 16 6 101 75
Binary 11011100 1100110 1011001 0 110110 111100 1110 110 1000001 111101

Color Harmonies of #DC6659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6659

Black with #DC6659

Text Example


Text Example

White with #DC6659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6659; }

 p { color: rgb(220,102,89); }

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

background-color css

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

 a { background-color: rgb(220,102,89); }

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

border-color css

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

 span { border-color: rgb(220,102,89); }

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