Html Css Color HEX #DD635C Roman

📋 copy color: '#DD635C'

red 221 ◦ green 99 ◦ blue 92

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

Shades of Roman #DD635C

Tints of Roman #DD635C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.33%

R = 53.64%
G = 24.03%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD635C (or 0xDD635C) is known color: Roman. HEX triplet: DD, 63 and 5C. RGB value is (221,99,92). Sum of RGB (Red+Green+Blue) = 221+99+92=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD635C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD635C is #229CA3. Grayscale: #868686. Windows color (decimal): -2268324 or 6054877. OLE color: 6054877.

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

Color convert

RGB 221 99 92 -
CMYK 0 0.55 0.58 0.13
HSL 3.26º 0.65% 0.61% -
HSV(B) 3.26º 0.58% 0.87% -
XYZ 36.21 25.07 13.06 -
YUV 134.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 221 99 92 0 0.55 0.58 0.13 3.26 0.65 0.61
Hex DD 63 5C 0 37 3A D 3 41 3D
Octal 335 143 134 0 67 72 15 3 101 75
Binary 11011101 1100011 1011100 0 110111 111010 1101 11 1000001 111101

Color Harmonies of #DD635C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD635C

Black with #DD635C

Text Example


Text Example

White with #DD635C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD635C; }

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

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

background-color css

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

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

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

border-color css

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

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

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