Html Css Color HEX #D95319 Chocolate

📋 copy color: '#D95319'

red 217 ◦ green 83 ◦ blue 25

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

Shades of Chocolate #D95319

Tints of Chocolate #D95319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.54%

 BLUE value IS 25 (10.16% from 255) = 7.69%

R = 66.77%
G = 25.54%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D95319 (or 0xD95319) is known color: Chocolate. HEX triplet: D9, 53 and 19. RGB value is (217,83,25). Sum of RGB (Red+Green+Blue) = 217+83+25=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D95319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95319 is #26ACE6. Grayscale: #747474. Windows color (decimal): -2534631 or 1659865. OLE color: 1659865.

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

Color convert

RGB 217 83 25 -
CMYK 0 0.62 0.88 0.15
HSL 18.13º 0.79% 0.47% -
HSV(B) 18.13º 0.88% 0.85% -
XYZ 31.88 21.01 3.29 -
YUV 116.45 76.39 199.72 -
System Red Green Blue C M Y K H S L
Decimal 217 83 25 0 0.62 0.88 0.15 18.13 0.79 0.47
Hex D9 53 19 0 3E 58 F 12 4F 2F
Octal 331 123 31 0 76 130 17 22 117 57
Binary 11011001 1010011 11001 0 111110 1011000 1111 10010 1001111 101111

Color Harmonies of #D95319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95319

Black with #D95319

Text Example


Text Example

White with #D95319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95319; }

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

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

background-color css

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

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

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

border-color css

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

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

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