Html Css Color HEX #DA534E Valencia

📋 copy color: '#DA534E'

red 218 ◦ green 83 ◦ blue 78

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

Shades of Valencia #DA534E

Tints of Valencia #DA534E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.9%

 BLUE value IS 78 (30.86% from 255) = 20.58%

R = 57.52%
G = 21.9%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA534E (or 0xDA534E) is known color: Valencia. HEX triplet: DA, 53 and 4E. RGB value is (218,83,78). Sum of RGB (Red+Green+Blue) = 218+83+78=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA534E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA534E is #25ACB1. Grayscale: #7A7A7A. Windows color (decimal): -2469042 or 5133274. OLE color: 5133274.

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

Color convert

RGB 218 83 78 -
CMYK 0 0.62 0.64 0.15
HSL 2.14º 0.65% 0.58% -
HSV(B) 2.14º 0.64% 0.85% -
XYZ 33.38 21.64 9.63 -
YUV 122.8 102.73 195.91 -
System Red Green Blue C M Y K H S L
Decimal 218 83 78 0 0.62 0.64 0.15 2.14 0.65 0.58
Hex DA 53 4E 0 3E 40 F 2 41 3A
Octal 332 123 116 0 76 100 17 2 101 72
Binary 11011010 1010011 1001110 0 111110 1000000 1111 10 1000001 111010

Color Harmonies of #DA534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA534E

Black with #DA534E

Text Example


Text Example

White with #DA534E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA534E; }

 p { color: rgb(218,83,78); }

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

background-color css

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

 a { background-color: rgb(218,83,78); }

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

border-color css

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

 span { border-color: rgb(218,83,78); }

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