Html Css Color HEX #DC695C Roman

📋 copy color: '#DC695C'

red 220 ◦ green 105 ◦ blue 92

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

Shades of Roman #DC695C

Tints of Roman #DC695C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.06%

R = 52.76%
G = 25.18%
B = 22.06%

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

#DC695C (or 0xDC695C) is known color: Roman. HEX triplet: DC, 69 and 5C. RGB value is (220,105,92). Sum of RGB (Red+Green+Blue) = 220+105+92=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC695C is #2396A3. Grayscale: #8A8A8A. Windows color (decimal): -2332324 or 6056412. OLE color: 6056412.

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

Color convert

RGB 220 105 92 -
CMYK 0 0.52 0.58 0.14
HSL 6.09º 0.65% 0.61% -
HSV(B) 6.09º 0.58% 0.86% -
XYZ 36.5 26.09 13.24 -
YUV 137.9 102.1 186.56 -
System Red Green Blue C M Y K H S L
Decimal 220 105 92 0 0.52 0.58 0.14 6.09 0.65 0.61
Hex DC 69 5C 0 34 3A E 6 41 3D
Octal 334 151 134 0 64 72 16 6 101 75
Binary 11011100 1101001 1011100 0 110100 111010 1110 110 1000001 111101

Color Harmonies of #DC695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC695C

Black with #DC695C

Text Example


Text Example

White with #DC695C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC695C; }

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

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

background-color css

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

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

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

border-color css

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

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

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