Html Css Color HEX #DC695A Roman

📋 copy color: '#DC695A'

red 220 ◦ green 105 ◦ blue 90

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

Shades of Roman #DC695A

Tints of Roman #DC695A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.69%

R = 53.01%
G = 25.3%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC695A (or 0xDC695A) is known color: Roman. HEX triplet: DC, 69 and 5A. RGB value is (220,105,90). Sum of RGB (Red+Green+Blue) = 220+105+90=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC695A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC695A is #2396A5. Grayscale: #898989. Windows color (decimal): -2332326 or 5925340. OLE color: 5925340.

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

Color convert

RGB 220 105 90 -
CMYK 0 0.52 0.59 0.14
HSL 6.92º 0.65% 0.61% -
HSV(B) 6.92º 0.59% 0.86% -
XYZ 36.41 26.06 12.78 -
YUV 137.68 101.1 186.72 -
System Red Green Blue C M Y K H S L
Decimal 220 105 90 0 0.52 0.59 0.14 6.92 0.65 0.61
Hex DC 69 5A 0 34 3B E 7 41 3D
Octal 334 151 132 0 64 73 16 7 101 75
Binary 11011100 1101001 1011010 0 110100 111011 1110 111 1000001 111101

Color Harmonies of #DC695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC695A

Black with #DC695A

Text Example


Text Example

White with #DC695A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC695A; }

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

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

background-color css

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

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

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

border-color css

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

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

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