Html Css Color HEX #D95644 Valencia

📋 copy color: '#D95644'

red 217 ◦ green 86 ◦ blue 68

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

Shades of Valencia #D95644

Tints of Valencia #D95644

RGB

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

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

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

R = 58.49%
G = 23.18%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D95644 (or 0xD95644) is known color: Valencia. HEX triplet: D9, 56 and 44. RGB value is (217,86,68). Sum of RGB (Red+Green+Blue) = 217+86+68=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D95644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95644 is #26A9BB. Grayscale: #7B7B7B. Windows color (decimal): -2533820 or 4478681. OLE color: 4478681.

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

Color convert

RGB 217 86 68 -
CMYK 0 0.60 0.69 0.15
HSL 7.25º 0.66% 0.56% -
HSV(B) 7.25º 0.69% 0.85% -
XYZ 32.99 21.82 7.94 -
YUV 123.12 96.9 194.96 -
System Red Green Blue C M Y K H S L
Decimal 217 86 68 0 0.60 0.69 0.15 7.25 0.66 0.56
Hex D9 56 44 0 3C 45 F 7 42 38
Octal 331 126 104 0 74 105 17 7 102 70
Binary 11011001 1010110 1000100 0 111100 1000101 1111 111 1000010 111000

Color Harmonies of #D95644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95644

Black with #D95644

Text Example


Text Example

White with #D95644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95644; }

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

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

background-color css

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

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

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

border-color css

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

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

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