Html Css Color HEX #D85746 Valencia

📋 copy color: '#D85746'

red 216 ◦ green 87 ◦ blue 70

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

Shades of Valencia #D85746

Tints of Valencia #D85746

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.32%

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

R = 57.91%
G = 23.32%
B = 18.77%

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

#D85746 (or 0xD85746) is known color: Valencia. HEX triplet: D8, 57 and 46. RGB value is (216,87,70). Sum of RGB (Red+Green+Blue) = 216+87+70=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D85746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85746 is #27A8B9. Grayscale: #7B7B7B. Windows color (decimal): -2599098 or 4610008. OLE color: 4610008.

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

Color convert

RGB 216 87 70 -
CMYK 0 0.60 0.68 0.15
HSL 6.99º 0.65% 0.56% -
HSV(B) 6.99º 0.68% 0.85% -
XYZ 32.83 21.86 8.28 -
YUV 123.63 97.74 193.88 -
System Red Green Blue C M Y K H S L
Decimal 216 87 70 0 0.60 0.68 0.15 6.99 0.65 0.56
Hex D8 57 46 0 3C 44 F 7 41 38
Octal 330 127 106 0 74 104 17 7 101 70
Binary 11011000 1010111 1000110 0 111100 1000100 1111 111 1000001 111000

Color Harmonies of #D85746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85746

Black with #D85746

Text Example


Text Example

White with #D85746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85746; }

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

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

background-color css

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

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

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

border-color css

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

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

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