Html Css Color HEX #D95647 Valencia

📋 copy color: '#D95647'

red 217 ◦ green 86 ◦ blue 71

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

Shades of Valencia #D95647

Tints of Valencia #D95647

RGB

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

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

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

R = 58.02%
G = 22.99%
B = 18.98%

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

#D95647 (or 0xD95647) is known color: Valencia. HEX triplet: D9, 56 and 47. RGB value is (217,86,71). Sum of RGB (Red+Green+Blue) = 217+86+71=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D95647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95647 is #26A9B8. Grayscale: #7B7B7B. Windows color (decimal): -2533817 or 4675289. OLE color: 4675289.

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

Color convert

RGB 217 86 71 -
CMYK 0 0.60 0.67 0.15
HSL 6.16º 0.66% 0.56% -
HSV(B) 6.16º 0.67% 0.85% -
XYZ 33.08 21.86 8.44 -
YUV 123.46 98.4 194.72 -
System Red Green Blue C M Y K H S L
Decimal 217 86 71 0 0.60 0.67 0.15 6.16 0.66 0.56
Hex D9 56 47 0 3C 43 F 6 42 38
Octal 331 126 107 0 74 103 17 6 102 70
Binary 11011001 1010110 1000111 0 111100 1000011 1111 110 1000010 111000

Color Harmonies of #D95647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95647

Black with #D95647

Text Example


Text Example

White with #D95647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95647; }

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

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

background-color css

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

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

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

border-color css

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

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

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