Html Css Color HEX #D85646 Valencia

📋 copy color: '#D85646'

red 216 ◦ green 86 ◦ blue 70

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

Shades of Valencia #D85646

Tints of Valencia #D85646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.82%

R = 58.06%
G = 23.12%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D85646 (or 0xD85646) is known color: Valencia. HEX triplet: D8, 56 and 46. RGB value is (216,86,70). Sum of RGB (Red+Green+Blue) = 216+86+70=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D85646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85646 is #27A9B9. Grayscale: #7B7B7B. Windows color (decimal): -2599354 or 4609752. OLE color: 4609752.

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

Color convert

RGB 216 86 70 -
CMYK 0 0.60 0.68 0.15
HSL 6.58º 0.65% 0.56% -
HSV(B) 6.58º 0.68% 0.85% -
XYZ 32.75 21.7 8.26 -
YUV 123.05 98.07 194.3 -
System Red Green Blue C M Y K H S L
Decimal 216 86 70 0 0.60 0.68 0.15 6.58 0.65 0.56
Hex D8 56 46 0 3C 44 F 7 41 38
Octal 330 126 106 0 74 104 17 7 101 70
Binary 11011000 1010110 1000110 0 111100 1000100 1111 111 1000001 111000

Color Harmonies of #D85646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85646

Black with #D85646

Text Example


Text Example

White with #D85646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85646; }

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

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

background-color css

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

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

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

border-color css

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

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

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