Html Css Color HEX #DA584C Valencia

📋 copy color: '#DA584C'

red 218 ◦ green 88 ◦ blue 76

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

Shades of Valencia #DA584C

Tints of Valencia #DA584C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.04%

 BLUE value IS 76 (30.08% from 255) = 19.9%

R = 57.07%
G = 23.04%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA584C (or 0xDA584C) is known color: Valencia. HEX triplet: DA, 58 and 4C. RGB value is (218,88,76). Sum of RGB (Red+Green+Blue) = 218+88+76=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA584C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA584C is #25A7B3. Grayscale: #7D7D7D. Windows color (decimal): -2467764 or 5003482. OLE color: 5003482.

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

Color convert

RGB 218 88 76 -
CMYK 0 0.60 0.65 0.15
HSL 5.07º 0.66% 0.58% -
HSV(B) 5.07º 0.65% 0.85% -
XYZ 33.71 22.41 9.39 -
YUV 125.5 100.07 193.98 -
System Red Green Blue C M Y K H S L
Decimal 218 88 76 0 0.60 0.65 0.15 5.07 0.66 0.58
Hex DA 58 4C 0 3C 41 F 5 42 3A
Octal 332 130 114 0 74 101 17 5 102 72
Binary 11011010 1011000 1001100 0 111100 1000001 1111 101 1000010 111010

Color Harmonies of #DA584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA584C

Black with #DA584C

Text Example


Text Example

White with #DA584C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA584C; }

 p { color: rgb(218,88,76); }

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

background-color css

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

 a { background-color: rgb(218,88,76); }

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

border-color css

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

 span { border-color: rgb(218,88,76); }

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