Html Css Color HEX #DC534F Valencia

📋 copy color: '#DC534F'

red 220 ◦ green 83 ◦ blue 79

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

Shades of Valencia #DC534F

Tints of Valencia #DC534F

RGB

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

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

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

R = 57.59%
G = 21.73%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC534F (or 0xDC534F) is known color: Valencia. HEX triplet: DC, 53 and 4F. RGB value is (220,83,79). Sum of RGB (Red+Green+Blue) = 220+83+79=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC534F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC534F is #23ACB0. Grayscale: #7B7B7B. Windows color (decimal): -2337969 or 5198812. OLE color: 5198812.

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

Color convert

RGB 220 83 79 -
CMYK 0 0.62 0.64 0.14
HSL 1.7º 0.67% 0.59% -
HSV(B) 1.7º 0.64% 0.86% -
XYZ 34.02 21.97 9.84 -
YUV 123.51 102.89 196.83 -
System Red Green Blue C M Y K H S L
Decimal 220 83 79 0 0.62 0.64 0.14 1.7 0.67 0.59
Hex DC 53 4F 0 3E 40 E 2 43 3B
Octal 334 123 117 0 76 100 16 2 103 73
Binary 11011100 1010011 1001111 0 111110 1000000 1110 10 1000011 111011

Color Harmonies of #DC534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC534F

Black with #DC534F

Text Example


Text Example

White with #DC534F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC534F; }

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

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

background-color css

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

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

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

border-color css

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

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

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