Html Css Color HEX #DC523F Valencia

📋 copy color: '#DC523F'

red 220 ◦ green 82 ◦ blue 63

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

Shades of Valencia #DC523F

Tints of Valencia #DC523F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.47%

 BLUE value IS 63 (25% from 255) = 17.26%

R = 60.27%
G = 22.47%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC523F (or 0xDC523F) is known color: Valencia. HEX triplet: DC, 52 and 3F. RGB value is (220,82,63). Sum of RGB (Red+Green+Blue) = 220+82+63=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC523F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC523F is #23ADC0. Grayscale: #797979. Windows color (decimal): -2338241 or 4149980. OLE color: 4149980.

HSL color Cylindrical-coordinate representation of color #DC523F: hue angle of 7.26º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC523F is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 82 63 -
CMYK 0 0.63 0.71 0.14
HSL 7.26º 0.69% 0.55% -
HSV(B) 7.26º 0.71% 0.86% -
XYZ 33.43 21.61 7.11 -
YUV 121.1 95.22 198.54 -
System Red Green Blue C M Y K H S L
Decimal 220 82 63 0 0.63 0.71 0.14 7.26 0.69 0.55
Hex DC 52 3F 0 3F 47 E 7 45 37
Octal 334 122 77 0 77 107 16 7 105 67
Binary 11011100 1010010 111111 0 111111 1000111 1110 111 1000101 110111

Color Harmonies of #DC523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC523F

Black with #DC523F

Text Example


Text Example

White with #DC523F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC523F; }

 p { color: rgb(220,82,63); }

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

background-color css

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

 a { background-color: rgb(220,82,63); }

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

border-color css

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

 span { border-color: rgb(220,82,63); }

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