Html Css Color HEX #DA5A4B Valencia

📋 copy color: '#DA5A4B'

red 218 ◦ green 90 ◦ blue 75

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

Shades of Valencia #DA5A4B

Tints of Valencia #DA5A4B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.5%

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

R = 56.92%
G = 23.5%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA5A4B (or 0xDA5A4B) is known color: Valencia. HEX triplet: DA, 5A and 4B. RGB value is (218,90,75). Sum of RGB (Red+Green+Blue) = 218+90+75=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5A4B is #25A5B4. Grayscale: #7E7E7E. Windows color (decimal): -2467253 or 4938458. OLE color: 4938458.

HSL color Cylindrical-coordinate representation of color #DA5A4B: hue angle of 6.29º 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 #DA5A4B is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 90 75 -
CMYK 0 0.59 0.66 0.15
HSL 6.29º 0.66% 0.57% -
HSV(B) 6.29º 0.66% 0.85% -
XYZ 33.84 22.73 9.26 -
YUV 126.56 98.91 193.22 -
System Red Green Blue C M Y K H S L
Decimal 218 90 75 0 0.59 0.66 0.15 6.29 0.66 0.57
Hex DA 5A 4B 0 3B 42 F 6 42 39
Octal 332 132 113 0 73 102 17 6 102 71
Binary 11011010 1011010 1001011 0 111011 1000010 1111 110 1000010 111001

Color Harmonies of #DA5A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5A4B

Black with #DA5A4B

Text Example


Text Example

White with #DA5A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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