Html Css Color HEX #DC534D Valencia

📋 copy color: '#DC534D'

red 220 ◦ green 83 ◦ blue 77

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

Shades of Valencia #DC534D

Tints of Valencia #DC534D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.84%

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

R = 57.89%
G = 21.84%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC534D (or 0xDC534D) is known color: Valencia. HEX triplet: DC, 53 and 4D. RGB value is (220,83,77). Sum of RGB (Red+Green+Blue) = 220+83+77=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC534D is #23ACB2. Grayscale: #7B7B7B. Windows color (decimal): -2337971 or 5067740. OLE color: 5067740.

HSL color Cylindrical-coordinate representation of color #DC534D: hue angle of 2.52º 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 #DC534D is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 83 77 -
CMYK 0 0.62 0.65 0.14
HSL 2.52º 0.67% 0.58% -
HSV(B) 2.52º 0.65% 0.86% -
XYZ 33.95 21.94 9.47 -
YUV 123.28 101.89 196.99 -
System Red Green Blue C M Y K H S L
Decimal 220 83 77 0 0.62 0.65 0.14 2.52 0.67 0.58
Hex DC 53 4D 0 3E 41 E 3 43 3A
Octal 334 123 115 0 76 101 16 3 103 72
Binary 11011100 1010011 1001101 0 111110 1000001 1110 11 1000011 111010

Color Harmonies of #DC534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC534D

Black with #DC534D

Text Example


Text Example

White with #DC534D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC534D; }

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

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

background-color css

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

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

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

border-color css

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

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

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