Html Css Color HEX #D95748 Valencia

📋 copy color: '#D95748'

red 217 ◦ green 87 ◦ blue 72

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

Shades of Valencia #D95748

Tints of Valencia #D95748

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.14%

 BLUE value IS 72 (28.52% from 255) = 19.15%

R = 57.71%
G = 23.14%
B = 19.15%

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

#D95748 (or 0xD95748) is known color: Valencia. HEX triplet: D9, 57 and 48. RGB value is (217,87,72). Sum of RGB (Red+Green+Blue) = 217+87+72=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D95748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95748 is #26A8B7. Grayscale: #7C7C7C. Windows color (decimal): -2533560 or 4741081. OLE color: 4741081.

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

Color convert

RGB 217 87 72 -
CMYK 0 0.60 0.67 0.15
HSL 6.21º 0.66% 0.57% -
HSV(B) 6.21º 0.67% 0.85% -
XYZ 33.19 22.04 8.63 -
YUV 124.16 98.57 194.22 -
System Red Green Blue C M Y K H S L
Decimal 217 87 72 0 0.60 0.67 0.15 6.21 0.66 0.57
Hex D9 57 48 0 3C 43 F 6 42 39
Octal 331 127 110 0 74 103 17 6 102 71
Binary 11011001 1010111 1001000 0 111100 1000011 1111 110 1000010 111001

Color Harmonies of #D95748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95748

Black with #D95748

Text Example


Text Example

White with #D95748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95748; }

 p { color: rgb(217,87,72); }

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

background-color css

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

 a { background-color: rgb(217,87,72); }

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

border-color css

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

 span { border-color: rgb(217,87,72); }

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