Html Css Color HEX #DC6A5E Roman

📋 copy color: '#DC6A5E'

red 220 ◦ green 106 ◦ blue 94

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

Shades of Roman #DC6A5E

Tints of Roman #DC6A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.38%

R = 52.38%
G = 25.24%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC6A5E (or 0xDC6A5E) is known color: Roman. HEX triplet: DC, 6A and 5E. RGB value is (220,106,94). Sum of RGB (Red+Green+Blue) = 220+106+94=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6A5E is #2395A1. Grayscale: #8A8A8A. Windows color (decimal): -2332066 or 6187740. OLE color: 6187740.

HSL color Cylindrical-coordinate representation of color #DC6A5E: hue angle of 5.71º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC6A5E is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 106 94 -
CMYK 0 0.52 0.57 0.14
HSL 5.71º 0.64% 0.62% -
HSV(B) 5.71º 0.57% 0.86% -
XYZ 36.69 26.33 13.74 -
YUV 138.72 102.77 185.98 -
System Red Green Blue C M Y K H S L
Decimal 220 106 94 0 0.52 0.57 0.14 5.71 0.64 0.62
Hex DC 6A 5E 0 34 39 E 6 40 3E
Octal 334 152 136 0 64 71 16 6 100 76
Binary 11011100 1101010 1011110 0 110100 111001 1110 110 1000000 111110

Color Harmonies of #DC6A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6A5E

Black with #DC6A5E

Text Example


Text Example

White with #DC6A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6A5E; }

 p { color: rgb(220,106,94); }

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

background-color css

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

 a { background-color: rgb(220,106,94); }

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

border-color css

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

 span { border-color: rgb(220,106,94); }

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