Html Css Color HEX #DD554F Valencia

📋 copy color: '#DD554F'

red 221 ◦ green 85 ◦ blue 79

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

Shades of Valencia #DD554F

Tints of Valencia #DD554F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.52%

R = 57.4%
G = 22.08%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD554F (or 0xDD554F) is known color: Valencia. HEX triplet: DD, 55 and 4F. RGB value is (221,85,79). Sum of RGB (Red+Green+Blue) = 221+85+79=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD554F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD554F is #22AAB0. Grayscale: #7D7D7D. Windows color (decimal): -2271921 or 5199325. OLE color: 5199325.

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

Color convert

RGB 221 85 79 -
CMYK 0 0.62 0.64 0.13
HSL 2.54º 0.68% 0.59% -
HSV(B) 2.54º 0.64% 0.87% -
XYZ 34.48 22.43 9.91 -
YUV 124.98 102.06 196.49 -
System Red Green Blue C M Y K H S L
Decimal 221 85 79 0 0.62 0.64 0.13 2.54 0.68 0.59
Hex DD 55 4F 0 3E 40 D 3 44 3B
Octal 335 125 117 0 76 100 15 3 104 73
Binary 11011101 1010101 1001111 0 111110 1000000 1101 11 1000100 111011

Color Harmonies of #DD554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD554F

Black with #DD554F

Text Example


Text Example

White with #DD554F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD554F; }

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

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

background-color css

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

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

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

border-color css

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

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

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