Html Css Color HEX #DD635F Roman

📋 copy color: '#DD635F'

red 221 ◦ green 99 ◦ blue 95

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

Shades of Roman #DD635F

Tints of Roman #DD635F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.86%

 BLUE value IS 95 (37.5% from 255) = 22.89%

R = 53.25%
G = 23.86%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD635F (or 0xDD635F) is known color: Roman. HEX triplet: DD, 63 and 5F. RGB value is (221,99,95). Sum of RGB (Red+Green+Blue) = 221+99+95=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD635F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD635F is #229CA0. Grayscale: #878787. Windows color (decimal): -2268321 or 6251485. OLE color: 6251485.

HSL color Cylindrical-coordinate representation of color #DD635F: hue angle of 1.9º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD635F is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 99 95 -
CMYK 0 0.55 0.57 0.13
HSL 1.9º 0.65% 0.62% -
HSV(B) 1.9º 0.57% 0.87% -
XYZ 36.35 25.12 13.76 -
YUV 135.02 105.42 189.33 -
System Red Green Blue C M Y K H S L
Decimal 221 99 95 0 0.55 0.57 0.13 1.9 0.65 0.62
Hex DD 63 5F 0 37 39 D 2 41 3E
Octal 335 143 137 0 67 71 15 2 101 76
Binary 11011101 1100011 1011111 0 110111 111001 1101 10 1000001 111110

Color Harmonies of #DD635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD635F

Black with #DD635F

Text Example


Text Example

White with #DD635F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD635F; }

 p { color: rgb(221,99,95); }

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

background-color css

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

 a { background-color: rgb(221,99,95); }

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

border-color css

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

 span { border-color: rgb(221,99,95); }

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