Html Css Color HEX #DA5544 Valencia

📋 copy color: '#DA5544'

red 218 ◦ green 85 ◦ blue 68

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

Shades of Valencia #DA5544

Tints of Valencia #DA5544

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.91%

 BLUE value IS 68 (26.95% from 255) = 18.33%

R = 58.76%
G = 22.91%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA5544 (or 0xDA5544) is known color: Valencia. HEX triplet: DA, 55 and 44. RGB value is (218,85,68). Sum of RGB (Red+Green+Blue) = 218+85+68=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5544 is #25AABB. Grayscale: #7B7B7B. Windows color (decimal): -2468540 or 4478426. OLE color: 4478426.

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

Color convert

RGB 218 85 68 -
CMYK 0 0.61 0.69 0.15
HSL 6.8º 0.67% 0.56% -
HSV(B) 6.8º 0.69% 0.85% -
XYZ 33.21 21.82 7.93 -
YUV 122.83 97.06 195.88 -
System Red Green Blue C M Y K H S L
Decimal 218 85 68 0 0.61 0.69 0.15 6.8 0.67 0.56
Hex DA 55 44 0 3D 45 F 7 43 38
Octal 332 125 104 0 75 105 17 7 103 70
Binary 11011010 1010101 1000100 0 111101 1000101 1111 111 1000011 111000

Color Harmonies of #DA5544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5544

Black with #DA5544

Text Example


Text Example

White with #DA5544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5544; }

 p { color: rgb(218,85,68); }

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

background-color css

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

 a { background-color: rgb(218,85,68); }

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

border-color css

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

 span { border-color: rgb(218,85,68); }

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