Html Css Color HEX #D65E19 Chocolate

📋 copy color: '#D65E19'

red 214 ◦ green 94 ◦ blue 25

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

Shades of Chocolate #D65E19

Tints of Chocolate #D65E19

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.23%

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

R = 64.26%
G = 28.23%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D65E19 (or 0xD65E19) is known color: Chocolate. HEX triplet: D6, 5E and 19. RGB value is (214,94,25). Sum of RGB (Red+Green+Blue) = 214+94+25=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65E19 is #29A1E6. Grayscale: #7A7A7A. Windows color (decimal): -2728423 or 1662678. OLE color: 1662678.

HSL color Cylindrical-coordinate representation of color #D65E19: hue angle of 21.9º 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 #D65E19 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 94 25 -
CMYK 0 0.56 0.88 0.16
HSL 21.9º 0.79% 0.47% -
HSV(B) 21.9º 0.88% 0.84% -
XYZ 31.91 22.37 3.56 -
YUV 122.01 73.26 193.61 -
System Red Green Blue C M Y K H S L
Decimal 214 94 25 0 0.56 0.88 0.16 21.9 0.79 0.47
Hex D6 5E 19 0 38 58 10 16 4F 2F
Octal 326 136 31 0 70 130 20 26 117 57
Binary 11010110 1011110 11001 0 111000 1011000 10000 10110 1001111 101111

Color Harmonies of #D65E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65E19

Black with #D65E19

Text Example


Text Example

White with #D65E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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