Html Css Color HEX #D95653 Valencia

📋 copy color: '#D95653'

red 217 ◦ green 86 ◦ blue 83

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

Shades of Valencia #D95653

Tints of Valencia #D95653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.5%

R = 56.22%
G = 22.28%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D95653 (or 0xD95653) is known color: Valencia. HEX triplet: D9, 56 and 53. RGB value is (217,86,83). Sum of RGB (Red+Green+Blue) = 217+86+83=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D95653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95653 is #26A9AC. Grayscale: #7C7C7C. Windows color (decimal): -2533805 or 5461721. OLE color: 5461721.

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

Color convert

RGB 217 86 83 -
CMYK 0 0.60 0.62 0.15
HSL 1.34º 0.64% 0.59% -
HSV(B) 1.34º 0.62% 0.85% -
XYZ 33.5 22.03 10.67 -
YUV 124.83 104.4 193.74 -
System Red Green Blue C M Y K H S L
Decimal 217 86 83 0 0.60 0.62 0.15 1.34 0.64 0.59
Hex D9 56 53 0 3C 3E F 1 40 3B
Octal 331 126 123 0 74 76 17 1 100 73
Binary 11011001 1010110 1010011 0 111100 111110 1111 1 1000000 111011

Color Harmonies of #D95653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95653

Black with #D95653

Text Example


Text Example

White with #D95653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95653; }

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

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

background-color css

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

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

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

border-color css

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

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

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