Html Css Color HEX #DC695D Roman

📋 copy color: '#DC695D'

red 220 ◦ green 105 ◦ blue 93

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

Shades of Roman #DC695D

Tints of Roman #DC695D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.25%

R = 52.63%
G = 25.12%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC695D (or 0xDC695D) is known color: Roman. HEX triplet: DC, 69 and 5D. RGB value is (220,105,93). Sum of RGB (Red+Green+Blue) = 220+105+93=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC695D is #2396A2. Grayscale: #8A8A8A. Windows color (decimal): -2332323 or 6121948. OLE color: 6121948.

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

Color convert

RGB 220 105 93 -
CMYK 0 0.52 0.58 0.14
HSL 5.67º 0.64% 0.61% -
HSV(B) 5.67º 0.58% 0.86% -
XYZ 36.54 26.11 13.47 -
YUV 138.02 102.6 186.48 -
System Red Green Blue C M Y K H S L
Decimal 220 105 93 0 0.52 0.58 0.14 5.67 0.64 0.61
Hex DC 69 5D 0 34 3A E 6 40 3D
Octal 334 151 135 0 64 72 16 6 100 75
Binary 11011100 1101001 1011101 0 110100 111010 1110 110 1000000 111101

Color Harmonies of #DC695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC695D

Black with #DC695D

Text Example


Text Example

White with #DC695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC695D; }

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

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

background-color css

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

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

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

border-color css

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

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

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