Html Css Color HEX #D65119 Chocolate

📋 copy color: '#D65119'

red 214 ◦ green 81 ◦ blue 25

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

Shades of Chocolate #D65119

Tints of Chocolate #D65119

RGB

 RED value IS 214 (83.98% from 255) = 66.88%

 GREEN value IS 81 (32.03% from 255) = 25.31%

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

R = 66.88%
G = 25.31%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D65119 (or 0xD65119) is known color: Chocolate. HEX triplet: D6, 51 and 19. RGB value is (214,81,25). Sum of RGB (Red+Green+Blue) = 214+81+25=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D65119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65119 is #29AEE6. Grayscale: #727272. Windows color (decimal): -2731751 or 1659350. OLE color: 1659350.

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

Color convert

RGB 214 81 25 -
CMYK 0 0.62 0.88 0.16
HSL 17.78º 0.79% 0.47% -
HSV(B) 17.78º 0.88% 0.84% -
XYZ 30.85 20.25 3.2 -
YUV 114.38 77.56 199.05 -
System Red Green Blue C M Y K H S L
Decimal 214 81 25 0 0.62 0.88 0.16 17.78 0.79 0.47
Hex D6 51 19 0 3E 58 10 12 4F 2F
Octal 326 121 31 0 76 130 20 22 117 57
Binary 11010110 1010001 11001 0 111110 1011000 10000 10010 1001111 101111

Color Harmonies of #D65119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65119

Black with #D65119

Text Example


Text Example

White with #D65119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65119; }

 p { color: rgb(214,81,25); }

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

background-color css

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

 a { background-color: rgb(214,81,25); }

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

border-color css

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

 span { border-color: rgb(214,81,25); }

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