Html Css Color HEX #DA534C Valencia

📋 copy color: '#DA534C'

red 218 ◦ green 83 ◦ blue 76

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

Shades of Valencia #DA534C

Tints of Valencia #DA534C

RGB

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

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

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

R = 57.82%
G = 22.02%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA534C (or 0xDA534C) is known color: Valencia. HEX triplet: DA, 53 and 4C. RGB value is (218,83,76). Sum of RGB (Red+Green+Blue) = 218+83+76=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA534C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA534C is #25ACB3. Grayscale: #7A7A7A. Windows color (decimal): -2469044 or 5002202. OLE color: 5002202.

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

Color convert

RGB 218 83 76 -
CMYK 0 0.62 0.65 0.15
HSL 2.96º 0.66% 0.58% -
HSV(B) 2.96º 0.65% 0.85% -
XYZ 33.31 21.61 9.25 -
YUV 122.57 101.73 196.07 -
System Red Green Blue C M Y K H S L
Decimal 218 83 76 0 0.62 0.65 0.15 2.96 0.66 0.58
Hex DA 53 4C 0 3E 41 F 3 42 3A
Octal 332 123 114 0 76 101 17 3 102 72
Binary 11011010 1010011 1001100 0 111110 1000001 1111 11 1000010 111010

Color Harmonies of #DA534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA534C

Black with #DA534C

Text Example


Text Example

White with #DA534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA534C; }

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

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

background-color css

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

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

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

border-color css

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

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

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