Html Css Color HEX #D85442 Valencia

📋 copy color: '#D85442'

red 216 ◦ green 84 ◦ blue 66

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

Shades of Valencia #D85442

Tints of Valencia #D85442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.03%

R = 59.02%
G = 22.95%
B = 18.03%

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

#D85442 (or 0xD85442) is known color: Valencia. HEX triplet: D8, 54 and 42. RGB value is (216,84,66). Sum of RGB (Red+Green+Blue) = 216+84+66=366 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.02% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 216 - color contains mainly: red. Hex color #D85442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85442 is #27ABBD. Grayscale: #797979. Windows color (decimal): -2599870 or 4347096. OLE color: 4347096.

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

Color convert

RGB 216 84 66 -
CMYK 0 0.61 0.69 0.15
HSL 7.2º 0.66% 0.55% -
HSV(B) 7.2º 0.69% 0.85% -
XYZ 32.47 21.33 7.56 -
YUV 121.42 96.73 195.46 -
System Red Green Blue C M Y K H S L
Decimal 216 84 66 0 0.61 0.69 0.15 7.2 0.66 0.55
Hex D8 54 42 0 3D 45 F 7 42 37
Octal 330 124 102 0 75 105 17 7 102 67
Binary 11011000 1010100 1000010 0 111101 1000101 1111 111 1000010 110111

Color Harmonies of #D85442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85442

Black with #D85442

Text Example


Text Example

White with #D85442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85442; }

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

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

background-color css

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

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

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

border-color css

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

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

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