Html Css Color HEX #DD695B Roman

📋 copy color: '#DD695B'

red 221 ◦ green 105 ◦ blue 91

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

Shades of Roman #DD695B

Tints of Roman #DD695B

RGB

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

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

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

R = 53%
G = 25.18%
B = 21.82%

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

#DD695B (or 0xDD695B) is known color: Roman. HEX triplet: DD, 69 and 5B. RGB value is (221,105,91). Sum of RGB (Red+Green+Blue) = 221+105+91=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD695B is #2296A4. Grayscale: #8A8A8A. Windows color (decimal): -2266789 or 5990877. OLE color: 5990877.

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

Color convert

RGB 221 105 91 -
CMYK 0 0.52 0.59 0.13
HSL 6.46º 0.66% 0.61% -
HSV(B) 6.46º 0.59% 0.87% -
XYZ 36.76 26.23 13.02 -
YUV 138.09 101.43 187.14 -
System Red Green Blue C M Y K H S L
Decimal 221 105 91 0 0.52 0.59 0.13 6.46 0.66 0.61
Hex DD 69 5B 0 34 3B D 6 42 3D
Octal 335 151 133 0 64 73 15 6 102 75
Binary 11011101 1101001 1011011 0 110100 111011 1101 110 1000010 111101

Color Harmonies of #DD695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD695B

Black with #DD695B

Text Example


Text Example

White with #DD695B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD695B; }

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

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

background-color css

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

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

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

border-color css

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

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

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