Html Css Color HEX #DA5C4B Valencia

📋 copy color: '#DA5C4B'

red 218 ◦ green 92 ◦ blue 75

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

Shades of Valencia #DA5C4B

Tints of Valencia #DA5C4B

RGB

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

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

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

R = 56.62%
G = 23.9%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA5C4B (or 0xDA5C4B) is known color: Valencia. HEX triplet: DA, 5C and 4B. RGB value is (218,92,75). Sum of RGB (Red+Green+Blue) = 218+92+75=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5C4B is #25A3B4. Grayscale: #7F7F7F. Windows color (decimal): -2466741 or 4938970. OLE color: 4938970.

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

Color convert

RGB 218 92 75 -
CMYK 0 0.58 0.66 0.15
HSL 7.13º 0.66% 0.57% -
HSV(B) 7.13º 0.66% 0.85% -
XYZ 34.01 23.07 9.32 -
YUV 127.74 98.24 192.38 -
System Red Green Blue C M Y K H S L
Decimal 218 92 75 0 0.58 0.66 0.15 7.13 0.66 0.57
Hex DA 5C 4B 0 3A 42 F 7 42 39
Octal 332 134 113 0 72 102 17 7 102 71
Binary 11011010 1011100 1001011 0 111010 1000010 1111 111 1000010 111001

Color Harmonies of #DA5C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5C4B

Black with #DA5C4B

Text Example


Text Example

White with #DA5C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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