Html Css Color HEX #DC6759 Roman

📋 copy color: '#DC6759'

red 220 ◦ green 103 ◦ blue 89

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

Shades of Roman #DC6759

Tints of Roman #DC6759

RGB

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

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

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

R = 53.4%
G = 25%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC6759 (or 0xDC6759) is known color: Roman. HEX triplet: DC, 67 and 59. RGB value is (220,103,89). Sum of RGB (Red+Green+Blue) = 220+103+89=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6759 is #2398A6. Grayscale: #888888. Windows color (decimal): -2332839 or 5859292. OLE color: 5859292.

HSL color Cylindrical-coordinate representation of color #DC6759: hue angle of 6.41º 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 #DC6759 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 103 89 -
CMYK 0 0.53 0.60 0.14
HSL 6.41º 0.65% 0.61% -
HSV(B) 6.41º 0.6% 0.86% -
XYZ 36.17 25.64 12.49 -
YUV 136.39 101.26 187.64 -
System Red Green Blue C M Y K H S L
Decimal 220 103 89 0 0.53 0.60 0.14 6.41 0.65 0.61
Hex DC 67 59 0 35 3C E 6 41 3D
Octal 334 147 131 0 65 74 16 6 101 75
Binary 11011100 1100111 1011001 0 110101 111100 1110 110 1000001 111101

Color Harmonies of #DC6759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6759

Black with #DC6759

Text Example


Text Example

White with #DC6759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6759; }

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

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

background-color css

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

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

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

border-color css

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

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

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