Html Css Color HEX #DA5C48 Valencia

📋 copy color: '#DA5C48'

red 218 ◦ green 92 ◦ blue 72

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

Shades of Valencia #DA5C48

Tints of Valencia #DA5C48

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.08%

 BLUE value IS 72 (28.52% from 255) = 18.85%

R = 57.07%
G = 24.08%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA5C48 (or 0xDA5C48) is known color: Valencia. HEX triplet: DA, 5C and 48. RGB value is (218,92,72). Sum of RGB (Red+Green+Blue) = 218+92+72=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5C48 is #25A3B7. Grayscale: #7F7F7F. Windows color (decimal): -2466744 or 4742362. OLE color: 4742362.

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

Color convert

RGB 218 92 72 -
CMYK 0 0.58 0.67 0.15
HSL 8.22º 0.66% 0.57% -
HSV(B) 8.22º 0.67% 0.85% -
XYZ 33.91 23.03 8.79 -
YUV 127.39 96.74 192.63 -
System Red Green Blue C M Y K H S L
Decimal 218 92 72 0 0.58 0.67 0.15 8.22 0.66 0.57
Hex DA 5C 48 0 3A 43 F 8 42 39
Octal 332 134 110 0 72 103 17 10 102 71
Binary 11011010 1011100 1001000 0 111010 1000011 1111 1000 1000010 111001

Color Harmonies of #DA5C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5C48

Black with #DA5C48

Text Example


Text Example

White with #DA5C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5C48; }

 p { color: rgb(218,92,72); }

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

background-color css

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

 a { background-color: rgb(218,92,72); }

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

border-color css

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

 span { border-color: rgb(218,92,72); }

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