Html Css Color HEX #DC695B Roman

📋 copy color: '#DC695B'

red 220 ◦ green 105 ◦ blue 91

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

Shades of Roman #DC695B

Tints of Roman #DC695B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.88%

R = 52.88%
G = 25.24%
B = 21.88%

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

#DC695B (or 0xDC695B) is known color: Roman. HEX triplet: DC, 69 and 5B. RGB value is (220,105,91). Sum of RGB (Red+Green+Blue) = 220+105+91=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC695B is #2396A4. Grayscale: #898989. Windows color (decimal): -2332325 or 5990876. OLE color: 5990876.

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

Color convert

RGB 220 105 91 -
CMYK 0 0.52 0.59 0.14
HSL 6.51º 0.65% 0.61% -
HSV(B) 6.51º 0.59% 0.86% -
XYZ 36.46 26.07 13.01 -
YUV 137.79 101.6 186.64 -
System Red Green Blue C M Y K H S L
Decimal 220 105 91 0 0.52 0.59 0.14 6.51 0.65 0.61
Hex DC 69 5B 0 34 3B E 7 41 3D
Octal 334 151 133 0 64 73 16 7 101 75
Binary 11011100 1101001 1011011 0 110100 111011 1110 111 1000001 111101

Color Harmonies of #DC695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC695B

Black with #DC695B

Text Example


Text Example

White with #DC695B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC695B; }

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

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

background-color css

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

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

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

border-color css

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

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

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