Html Css Color HEX #D95847 Valencia

📋 copy color: '#D95847'

red 217 ◦ green 88 ◦ blue 71

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

Shades of Valencia #D95847

Tints of Valencia #D95847

RGB

 RED value IS 217 (85.16% from 255) = 57.71%

 GREEN value IS 88 (34.77% from 255) = 23.4%

 BLUE value IS 71 (28.13% from 255) = 18.88%

R = 57.71%
G = 23.4%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D95847 (or 0xD95847) is known color: Valencia. HEX triplet: D9, 58 and 47. RGB value is (217,88,71). Sum of RGB (Red+Green+Blue) = 217+88+71=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D95847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95847 is #26A7B8. Grayscale: #7C7C7C. Windows color (decimal): -2533305 or 4675801. OLE color: 4675801.

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

Color convert

RGB 217 88 71 -
CMYK 0 0.59 0.67 0.15
HSL 6.99º 0.66% 0.56% -
HSV(B) 6.99º 0.67% 0.85% -
XYZ 33.24 22.19 8.49 -
YUV 124.63 97.74 193.88 -
System Red Green Blue C M Y K H S L
Decimal 217 88 71 0 0.59 0.67 0.15 6.99 0.66 0.56
Hex D9 58 47 0 3B 43 F 7 42 38
Octal 331 130 107 0 73 103 17 7 102 70
Binary 11011001 1011000 1000111 0 111011 1000011 1111 111 1000010 111000

Color Harmonies of #D95847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95847

Black with #D95847

Text Example


Text Example

White with #D95847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95847; }

 p { color: rgb(217,88,71); }

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

background-color css

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

 a { background-color: rgb(217,88,71); }

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

border-color css

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

 span { border-color: rgb(217,88,71); }

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