Html Css Color HEX #D85444 Valencia

📋 copy color: '#D85444'

red 216 ◦ green 84 ◦ blue 68

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

Shades of Valencia #D85444

Tints of Valencia #D85444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.48%

R = 58.7%
G = 22.83%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D85444 (or 0xD85444) is known color: Valencia. HEX triplet: D8, 54 and 44. RGB value is (216,84,68). Sum of RGB (Red+Green+Blue) = 216+84+68=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D85444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85444 is #27ABBB. Grayscale: #797979. Windows color (decimal): -2599868 or 4478168. OLE color: 4478168.

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

Color convert

RGB 216 84 68 -
CMYK 0 0.61 0.69 0.15
HSL 6.49º 0.65% 0.56% -
HSV(B) 6.49º 0.69% 0.85% -
XYZ 32.53 21.36 7.88 -
YUV 121.64 97.73 195.3 -
System Red Green Blue C M Y K H S L
Decimal 216 84 68 0 0.61 0.69 0.15 6.49 0.65 0.56
Hex D8 54 44 0 3D 45 F 6 41 38
Octal 330 124 104 0 75 105 17 6 101 70
Binary 11011000 1010100 1000100 0 111101 1000101 1111 110 1000001 111000

Color Harmonies of #D85444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85444

Black with #D85444

Text Example


Text Example

White with #D85444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85444; }

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

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

background-color css

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

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

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

border-color css

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

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

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