Html Css Color HEX #DC533F Valencia

📋 copy color: '#DC533F'

red 220 ◦ green 83 ◦ blue 63

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

Shades of Valencia #DC533F

Tints of Valencia #DC533F

RGB

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

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

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

R = 60.11%
G = 22.68%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC533F (or 0xDC533F) is known color: Valencia. HEX triplet: DC, 53 and 3F. RGB value is (220,83,63). Sum of RGB (Red+Green+Blue) = 220+83+63=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC533F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC533F is #23ACC0. Grayscale: #797979. Windows color (decimal): -2337985 or 4150236. OLE color: 4150236.

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

Color convert

RGB 220 83 63 -
CMYK 0 0.62 0.71 0.14
HSL 7.64º 0.69% 0.55% -
HSV(B) 7.64º 0.71% 0.86% -
XYZ 33.51 21.76 7.14 -
YUV 121.68 94.89 198.13 -
System Red Green Blue C M Y K H S L
Decimal 220 83 63 0 0.62 0.71 0.14 7.64 0.69 0.55
Hex DC 53 3F 0 3E 47 E 8 45 37
Octal 334 123 77 0 76 107 16 10 105 67
Binary 11011100 1010011 111111 0 111110 1000111 1110 1000 1000101 110111

Color Harmonies of #DC533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC533F

Black with #DC533F

Text Example


Text Example

White with #DC533F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC533F; }

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

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

background-color css

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

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

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

border-color css

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

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

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