Html Css Color HEX #D85449 Valencia

📋 copy color: '#D85449'

red 216 ◦ green 84 ◦ blue 73

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

Shades of Valencia #D85449

Tints of Valencia #D85449

RGB

 RED value IS 216 (84.77% from 255) = 57.91%

 GREEN value IS 84 (33.2% from 255) = 22.52%

 BLUE value IS 73 (28.91% from 255) = 19.57%

R = 57.91%
G = 22.52%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D85449 (or 0xD85449) is known color: Valencia. HEX triplet: D8, 54 and 49. RGB value is (216,84,73). Sum of RGB (Red+Green+Blue) = 216+84+73=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D85449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85449 is #27ABB6. Grayscale: #7A7A7A. Windows color (decimal): -2599863 or 4805848. OLE color: 4805848.

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

Color convert

RGB 216 84 73 -
CMYK 0 0.61 0.66 0.15
HSL 4.62º 0.65% 0.57% -
HSV(B) 4.62º 0.66% 0.85% -
XYZ 32.69 21.42 8.71 -
YUV 122.21 100.23 194.89 -
System Red Green Blue C M Y K H S L
Decimal 216 84 73 0 0.61 0.66 0.15 4.62 0.65 0.57
Hex D8 54 49 0 3D 42 F 5 41 39
Octal 330 124 111 0 75 102 17 5 101 71
Binary 11011000 1010100 1001001 0 111101 1000010 1111 101 1000001 111001

Color Harmonies of #D85449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85449

Black with #D85449

Text Example


Text Example

White with #D85449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85449; }

 p { color: rgb(216,84,73); }

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

background-color css

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

 a { background-color: rgb(216,84,73); }

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

border-color css

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

 span { border-color: rgb(216,84,73); }

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