Html Css Color HEX #D85548 Valencia

📋 copy color: '#D85548'

red 216 ◦ green 85 ◦ blue 72

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

Shades of Valencia #D85548

Tints of Valencia #D85548

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.79%

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

R = 57.91%
G = 22.79%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D85548 (or 0xD85548) is known color: Valencia. HEX triplet: D8, 55 and 48. RGB value is (216,85,72). Sum of RGB (Red+Green+Blue) = 216+85+72=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D85548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85548 is #27AAB7. Grayscale: #7A7A7A. Windows color (decimal): -2599608 or 4740568. OLE color: 4740568.

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

Color convert

RGB 216 85 72 -
CMYK 0 0.61 0.67 0.15
HSL 5.42º 0.65% 0.56% -
HSV(B) 5.42º 0.67% 0.85% -
XYZ 32.74 21.56 8.57 -
YUV 122.69 99.4 194.56 -
System Red Green Blue C M Y K H S L
Decimal 216 85 72 0 0.61 0.67 0.15 5.42 0.65 0.56
Hex D8 55 48 0 3D 43 F 5 41 38
Octal 330 125 110 0 75 103 17 5 101 70
Binary 11011000 1010101 1001000 0 111101 1000011 1111 101 1000001 111000

Color Harmonies of #D85548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85548

Black with #D85548

Text Example


Text Example

White with #D85548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85548; }

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

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

background-color css

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

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

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

border-color css

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

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

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