Html Css Color HEX #D95844 Valencia

📋 copy color: '#D95844'

red 217 ◦ green 88 ◦ blue 68

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

Shades of Valencia #D95844

Tints of Valencia #D95844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.23%

R = 58.18%
G = 23.59%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D95844 (or 0xD95844) is known color: Valencia. HEX triplet: D9, 58 and 44. RGB value is (217,88,68). Sum of RGB (Red+Green+Blue) = 217+88+68=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D95844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95844 is #26A7BB. Grayscale: #7C7C7C. Windows color (decimal): -2533308 or 4479193. OLE color: 4479193.

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

Color convert

RGB 217 88 68 -
CMYK 0 0.59 0.69 0.15
HSL 8.05º 0.66% 0.56% -
HSV(B) 8.05º 0.69% 0.85% -
XYZ 33.15 22.15 8 -
YUV 124.29 96.24 194.13 -
System Red Green Blue C M Y K H S L
Decimal 217 88 68 0 0.59 0.69 0.15 8.05 0.66 0.56
Hex D9 58 44 0 3B 45 F 8 42 38
Octal 331 130 104 0 73 105 17 10 102 70
Binary 11011001 1011000 1000100 0 111011 1000101 1111 1000 1000010 111000

Color Harmonies of #D95844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95844

Black with #D95844

Text Example


Text Example

White with #D95844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95844; }

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

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

background-color css

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

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

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

border-color css

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

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

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