Html Css Color HEX #DA594B Valencia

📋 copy color: '#DA594B'

red 218 ◦ green 89 ◦ blue 75

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

Shades of Valencia #DA594B

Tints of Valencia #DA594B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.3%

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

R = 57.07%
G = 23.3%
B = 19.63%

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

#DA594B (or 0xDA594B) is known color: Valencia. HEX triplet: DA, 59 and 4B. RGB value is (218,89,75). Sum of RGB (Red+Green+Blue) = 218+89+75=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA594B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA594B is #25A6B4. Grayscale: #7E7E7E. Windows color (decimal): -2467509 or 4938202. OLE color: 4938202.

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

Color convert

RGB 218 89 75 -
CMYK 0 0.59 0.66 0.15
HSL 5.87º 0.66% 0.57% -
HSV(B) 5.87º 0.66% 0.85% -
XYZ 33.76 22.56 9.23 -
YUV 125.98 99.24 193.64 -
System Red Green Blue C M Y K H S L
Decimal 218 89 75 0 0.59 0.66 0.15 5.87 0.66 0.57
Hex DA 59 4B 0 3B 42 F 6 42 39
Octal 332 131 113 0 73 102 17 6 102 71
Binary 11011010 1011001 1001011 0 111011 1000010 1111 110 1000010 111001

Color Harmonies of #DA594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA594B

Black with #DA594B

Text Example


Text Example

White with #DA594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA594B; }

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

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

background-color css

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

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

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

border-color css

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

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

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