Html Css Color HEX #DA524D Valencia

📋 copy color: '#DA524D'

red 218 ◦ green 82 ◦ blue 77

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

Shades of Valencia #DA524D

Tints of Valencia #DA524D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.75%

 BLUE value IS 77 (30.47% from 255) = 20.42%

R = 57.82%
G = 21.75%
B = 20.42%

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

#DA524D (or 0xDA524D) is known color: Valencia. HEX triplet: DA, 52 and 4D. RGB value is (218,82,77). Sum of RGB (Red+Green+Blue) = 218+82+77=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA524D is #25ADB2. Grayscale: #7A7A7A. Windows color (decimal): -2469299 or 5067482. OLE color: 5067482.

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

Color convert

RGB 218 82 77 -
CMYK 0 0.62 0.65 0.15
HSL 2.13º 0.66% 0.58% -
HSV(B) 2.13º 0.65% 0.85% -
XYZ 33.27 21.48 9.41 -
YUV 122.09 102.56 196.41 -
System Red Green Blue C M Y K H S L
Decimal 218 82 77 0 0.62 0.65 0.15 2.13 0.66 0.58
Hex DA 52 4D 0 3E 41 F 2 42 3A
Octal 332 122 115 0 76 101 17 2 102 72
Binary 11011010 1010010 1001101 0 111110 1000001 1111 10 1000010 111010

Color Harmonies of #DA524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA524D

Black with #DA524D

Text Example


Text Example

White with #DA524D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA524D; }

 p { color: rgb(218,82,77); }

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

background-color css

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

 a { background-color: rgb(218,82,77); }

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

border-color css

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

 span { border-color: rgb(218,82,77); }

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