Html Css Color HEX #DC534B Valencia

📋 copy color: '#DC534B'

red 220 ◦ green 83 ◦ blue 75

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

Shades of Valencia #DC534B

Tints of Valencia #DC534B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.84%

R = 58.2%
G = 21.96%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC534B (or 0xDC534B) is known color: Valencia. HEX triplet: DC, 53 and 4B. RGB value is (220,83,75). Sum of RGB (Red+Green+Blue) = 220+83+75=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC534B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC534B is #23ACB4. Grayscale: #7B7B7B. Windows color (decimal): -2337973 or 4936668. OLE color: 4936668.

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

Color convert

RGB 220 83 75 -
CMYK 0 0.62 0.66 0.14
HSL 3.31º 0.67% 0.58% -
HSV(B) 3.31º 0.66% 0.86% -
XYZ 33.88 21.91 9.1 -
YUV 123.05 100.89 197.15 -
System Red Green Blue C M Y K H S L
Decimal 220 83 75 0 0.62 0.66 0.14 3.31 0.67 0.58
Hex DC 53 4B 0 3E 42 E 3 43 3A
Octal 334 123 113 0 76 102 16 3 103 72
Binary 11011100 1010011 1001011 0 111110 1000010 1110 11 1000011 111010

Color Harmonies of #DC534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC534B

Black with #DC534B

Text Example


Text Example

White with #DC534B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC534B; }

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

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

background-color css

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

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

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

border-color css

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

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

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