Html Css Color HEX #DC695E Roman

📋 copy color: '#DC695E'

red 220 ◦ green 105 ◦ blue 94

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

Shades of Roman #DC695E

Tints of Roman #DC695E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.06%

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

R = 52.51%
G = 25.06%
B = 22.43%

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

#DC695E (or 0xDC695E) is known color: Roman. HEX triplet: DC, 69 and 5E. RGB value is (220,105,94). Sum of RGB (Red+Green+Blue) = 220+105+94=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC695E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC695E is #2396A1. Grayscale: #8A8A8A. Windows color (decimal): -2332322 or 6187484. OLE color: 6187484.

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

Color convert

RGB 220 105 94 -
CMYK 0 0.52 0.57 0.14
HSL 5.24º 0.64% 0.62% -
HSV(B) 5.24º 0.57% 0.86% -
XYZ 36.59 26.13 13.7 -
YUV 138.13 103.1 186.39 -
System Red Green Blue C M Y K H S L
Decimal 220 105 94 0 0.52 0.57 0.14 5.24 0.64 0.62
Hex DC 69 5E 0 34 39 E 5 40 3E
Octal 334 151 136 0 64 71 16 5 100 76
Binary 11011100 1101001 1011110 0 110100 111001 1110 101 1000000 111110

Color Harmonies of #DC695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC695E

Black with #DC695E

Text Example


Text Example

White with #DC695E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC695E; }

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

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

background-color css

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

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

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

border-color css

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

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

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