Html Css Color HEX #DA554D Valencia

📋 copy color: '#DA554D'

red 218 ◦ green 85 ◦ blue 77

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

Shades of Valencia #DA554D

Tints of Valencia #DA554D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.26%

R = 57.37%
G = 22.37%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA554D (or 0xDA554D) is known color: Valencia. HEX triplet: DA, 55 and 4D. RGB value is (218,85,77). Sum of RGB (Red+Green+Blue) = 218+85+77=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA554D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA554D is #25AAB2. Grayscale: #7C7C7C. Windows color (decimal): -2468531 or 5068250. OLE color: 5068250.

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

Color convert

RGB 218 85 77 -
CMYK 0 0.61 0.65 0.15
HSL 3.4º 0.66% 0.58% -
HSV(B) 3.4º 0.65% 0.85% -
XYZ 33.5 21.94 9.49 -
YUV 123.86 101.56 195.15 -
System Red Green Blue C M Y K H S L
Decimal 218 85 77 0 0.61 0.65 0.15 3.4 0.66 0.58
Hex DA 55 4D 0 3D 41 F 3 42 3A
Octal 332 125 115 0 75 101 17 3 102 72
Binary 11011010 1010101 1001101 0 111101 1000001 1111 11 1000010 111010

Color Harmonies of #DA554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA554D

Black with #DA554D

Text Example


Text Example

White with #DA554D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA554D; }

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

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

background-color css

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

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

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

border-color css

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

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

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