Html Css Color HEX #DD554D Valencia

📋 copy color: '#DD554D'

red 221 ◦ green 85 ◦ blue 77

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

Shades of Valencia #DD554D

Tints of Valencia #DD554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.19%

 BLUE value IS 77 (30.47% from 255) = 20.1%

R = 57.7%
G = 22.19%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD554D (or 0xDD554D) is known color: Valencia. HEX triplet: DD, 55 and 4D. RGB value is (221,85,77). Sum of RGB (Red+Green+Blue) = 221+85+77=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD554D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD554D is #22AAB2. Grayscale: #7C7C7C. Windows color (decimal): -2271923 or 5068253. OLE color: 5068253.

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

Color convert

RGB 221 85 77 -
CMYK 0 0.62 0.65 0.13
HSL 3.33º 0.68% 0.58% -
HSV(B) 3.33º 0.65% 0.87% -
XYZ 34.41 22.4 9.53 -
YUV 124.75 101.06 196.65 -
System Red Green Blue C M Y K H S L
Decimal 221 85 77 0 0.62 0.65 0.13 3.33 0.68 0.58
Hex DD 55 4D 0 3E 41 D 3 44 3A
Octal 335 125 115 0 76 101 15 3 104 72
Binary 11011101 1010101 1001101 0 111110 1000001 1101 11 1000100 111010

Color Harmonies of #DD554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD554D

Black with #DD554D

Text Example


Text Example

White with #DD554D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD554D; }

 p { color: rgb(221,85,77); }

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

background-color css

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

 a { background-color: rgb(221,85,77); }

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

border-color css

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

 span { border-color: rgb(221,85,77); }

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