Html Css Color HEX #DA5653 Valencia

📋 copy color: '#DA5653'

red 218 ◦ green 86 ◦ blue 83

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

Shades of Valencia #DA5653

Tints of Valencia #DA5653

RGB

 RED value IS 218 (85.55% from 255) = 56.33%

 GREEN value IS 86 (33.98% from 255) = 22.22%

 BLUE value IS 83 (32.81% from 255) = 21.45%

R = 56.33%
G = 22.22%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA5653 (or 0xDA5653) is known color: Valencia. HEX triplet: DA, 56 and 53. RGB value is (218,86,83). Sum of RGB (Red+Green+Blue) = 218+86+83=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5653 is #25A9AC. Grayscale: #7D7D7D. Windows color (decimal): -2468269 or 5461722. OLE color: 5461722.

HSL color Cylindrical-coordinate representation of color #DA5653: hue angle of 1.33º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5653 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 86 83 -
CMYK 0 0.61 0.62 0.15
HSL 1.33º 0.65% 0.59% -
HSV(B) 1.33º 0.62% 0.85% -
XYZ 33.8 22.19 10.68 -
YUV 125.13 104.23 194.24 -
System Red Green Blue C M Y K H S L
Decimal 218 86 83 0 0.61 0.62 0.15 1.33 0.65 0.59
Hex DA 56 53 0 3D 3E F 1 41 3B
Octal 332 126 123 0 75 76 17 1 101 73
Binary 11011010 1010110 1010011 0 111101 111110 1111 1 1000001 111011

Color Harmonies of #DA5653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5653

Black with #DA5653

Text Example


Text Example

White with #DA5653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5653; }

 p { color: rgb(218,86,83); }

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

background-color css

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

 a { background-color: rgb(218,86,83); }

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

border-color css

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

 span { border-color: rgb(218,86,83); }

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