Html Css Color HEX #D85648 Valencia

📋 copy color: '#D85648'

red 216 ◦ green 86 ◦ blue 72

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

Shades of Valencia #D85648

Tints of Valencia #D85648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.25%

R = 57.75%
G = 22.99%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D85648 (or 0xD85648) is known color: Valencia. HEX triplet: D8, 56 and 48. RGB value is (216,86,72). Sum of RGB (Red+Green+Blue) = 216+86+72=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D85648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85648 is #27A9B7. Grayscale: #7B7B7B. Windows color (decimal): -2599352 or 4740824. OLE color: 4740824.

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

Color convert

RGB 216 86 72 -
CMYK 0 0.60 0.67 0.15
HSL 5.83º 0.65% 0.56% -
HSV(B) 5.83º 0.67% 0.85% -
XYZ 32.82 21.72 8.59 -
YUV 123.27 99.07 194.14 -
System Red Green Blue C M Y K H S L
Decimal 216 86 72 0 0.60 0.67 0.15 5.83 0.65 0.56
Hex D8 56 48 0 3C 43 F 6 41 38
Octal 330 126 110 0 74 103 17 6 101 70
Binary 11011000 1010110 1001000 0 111100 1000011 1111 110 1000001 111000

Color Harmonies of #D85648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85648

Black with #D85648

Text Example


Text Example

White with #D85648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85648; }

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

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

background-color css

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

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

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

border-color css

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

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

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