Html Css Color HEX #DC554D Valencia

📋 copy color: '#DC554D'

red 220 ◦ green 85 ◦ blue 77

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

Shades of Valencia #DC554D

Tints of Valencia #DC554D

RGB

 RED value IS 220 (86.33% from 255) = 57.59%

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

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

R = 57.59%
G = 22.25%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC554D (or 0xDC554D) is known color: Valencia. HEX triplet: DC, 55 and 4D. RGB value is (220,85,77). Sum of RGB (Red+Green+Blue) = 220+85+77=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC554D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC554D is #23AAB2. Grayscale: #7C7C7C. Windows color (decimal): -2337459 or 5068252. OLE color: 5068252.

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

Color convert

RGB 220 85 77 -
CMYK 0 0.61 0.65 0.14
HSL 3.36º 0.67% 0.58% -
HSV(B) 3.36º 0.65% 0.86% -
XYZ 34.1 22.25 9.52 -
YUV 124.45 101.23 196.15 -
System Red Green Blue C M Y K H S L
Decimal 220 85 77 0 0.61 0.65 0.14 3.36 0.67 0.58
Hex DC 55 4D 0 3D 41 E 3 43 3A
Octal 334 125 115 0 75 101 16 3 103 72
Binary 11011100 1010101 1001101 0 111101 1000001 1110 11 1000011 111010

Color Harmonies of #DC554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC554D

Black with #DC554D

Text Example


Text Example

White with #DC554D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC554D; }

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

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

background-color css

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

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

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

border-color css

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

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

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