Html Css Color HEX #D85649 Valencia

📋 copy color: '#D85649'

red 216 ◦ green 86 ◦ blue 73

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

Shades of Valencia #D85649

Tints of Valencia #D85649

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.93%

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

R = 57.6%
G = 22.93%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D85649 (or 0xD85649) is known color: Valencia. HEX triplet: D8, 56 and 49. RGB value is (216,86,73). Sum of RGB (Red+Green+Blue) = 216+86+73=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D85649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85649 is #27A9B6. Grayscale: #7B7B7B. Windows color (decimal): -2599351 or 4806360. OLE color: 4806360.

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

Color convert

RGB 216 86 73 -
CMYK 0 0.60 0.66 0.15
HSL 5.45º 0.65% 0.57% -
HSV(B) 5.45º 0.66% 0.85% -
XYZ 32.85 21.74 8.77 -
YUV 123.39 99.57 194.06 -
System Red Green Blue C M Y K H S L
Decimal 216 86 73 0 0.60 0.66 0.15 5.45 0.65 0.57
Hex D8 56 49 0 3C 42 F 5 41 39
Octal 330 126 111 0 74 102 17 5 101 71
Binary 11011000 1010110 1001001 0 111100 1000010 1111 101 1000001 111001

Color Harmonies of #D85649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85649

Black with #D85649

Text Example


Text Example

White with #D85649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85649; }

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

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

background-color css

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

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

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

border-color css

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

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

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