Html Css Color HEX #DD695A Roman

📋 copy color: '#DD695A'

red 221 ◦ green 105 ◦ blue 90

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

Shades of Roman #DD695A

Tints of Roman #DD695A

RGB

 RED value IS 221 (86.72% from 255) = 53.13%

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

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

R = 53.13%
G = 25.24%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD695A (or 0xDD695A) is known color: Roman. HEX triplet: DD, 69 and 5A. RGB value is (221,105,90). Sum of RGB (Red+Green+Blue) = 221+105+90=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD695A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD695A is #2296A5. Grayscale: #8A8A8A. Windows color (decimal): -2266790 or 5925341. OLE color: 5925341.

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

Color convert

RGB 221 105 90 -
CMYK 0 0.52 0.59 0.13
HSL 6.87º 0.66% 0.61% -
HSV(B) 6.87º 0.59% 0.87% -
XYZ 36.72 26.21 12.8 -
YUV 137.97 100.93 187.22 -
System Red Green Blue C M Y K H S L
Decimal 221 105 90 0 0.52 0.59 0.13 6.87 0.66 0.61
Hex DD 69 5A 0 34 3B D 7 42 3D
Octal 335 151 132 0 64 73 15 7 102 75
Binary 11011101 1101001 1011010 0 110100 111011 1101 111 1000010 111101

Color Harmonies of #DD695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD695A

Black with #DD695A

Text Example


Text Example

White with #DD695A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD695A; }

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

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

background-color css

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

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

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

border-color css

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

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

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