Html Css Color HEX #DC6457 Roman

📋 copy color: '#DC6457'

red 220 ◦ green 100 ◦ blue 87

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

Shades of Roman #DC6457

Tints of Roman #DC6457

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.57%

 BLUE value IS 87 (34.38% from 255) = 21.38%

R = 54.05%
G = 24.57%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC6457 (or 0xDC6457) is known color: Roman. HEX triplet: DC, 64 and 57. RGB value is (220,100,87). Sum of RGB (Red+Green+Blue) = 220+100+87=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6457 is #239BA8. Grayscale: #868686. Windows color (decimal): -2333609 or 5727452. OLE color: 5727452.

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

Color convert

RGB 220 100 87 -
CMYK 0 0.55 0.60 0.14
HSL 5.86º 0.66% 0.6% -
HSV(B) 5.86º 0.6% 0.86% -
XYZ 35.79 25.02 11.96 -
YUV 134.4 101.26 189.06 -
System Red Green Blue C M Y K H S L
Decimal 220 100 87 0 0.55 0.60 0.14 5.86 0.66 0.6
Hex DC 64 57 0 37 3C E 6 42 3C
Octal 334 144 127 0 67 74 16 6 102 74
Binary 11011100 1100100 1010111 0 110111 111100 1110 110 1000010 111100

Color Harmonies of #DC6457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6457

Black with #DC6457

Text Example


Text Example

White with #DC6457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6457; }

 p { color: rgb(220,100,87); }

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

background-color css

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

 a { background-color: rgb(220,100,87); }

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

border-color css

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

 span { border-color: rgb(220,100,87); }

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