Html Css Color HEX #D95649 Valencia

📋 copy color: '#D95649'

red 217 ◦ green 86 ◦ blue 73

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

Shades of Valencia #D95649

Tints of Valencia #D95649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.41%

R = 57.71%
G = 22.87%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D95649 (or 0xD95649) is known color: Valencia. HEX triplet: D9, 56 and 49. RGB value is (217,86,73). Sum of RGB (Red+Green+Blue) = 217+86+73=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D95649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95649 is #26A9B6. Grayscale: #7B7B7B. Windows color (decimal): -2533815 or 4806361. OLE color: 4806361.

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

Color convert

RGB 217 86 73 -
CMYK 0 0.60 0.66 0.15
HSL 5.42º 0.65% 0.57% -
HSV(B) 5.42º 0.66% 0.85% -
XYZ 33.15 21.89 8.78 -
YUV 123.69 99.4 194.56 -
System Red Green Blue C M Y K H S L
Decimal 217 86 73 0 0.60 0.66 0.15 5.42 0.65 0.57
Hex D9 56 49 0 3C 42 F 5 41 39
Octal 331 126 111 0 74 102 17 5 101 71
Binary 11011001 1010110 1001001 0 111100 1000010 1111 101 1000001 111001

Color Harmonies of #D95649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95649

Black with #D95649

Text Example


Text Example

White with #D95649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95649; }

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

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

background-color css

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

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

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

border-color css

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

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

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