Html Css Color HEX #D67119 Chocolate

📋 copy color: '#D67119'

red 214 ◦ green 113 ◦ blue 25

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

Shades of Chocolate #D67119

Tints of Chocolate #D67119

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.1%

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

R = 60.8%
G = 32.1%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D67119 (or 0xD67119) is known color: Chocolate. HEX triplet: D6, 71 and 19. RGB value is (214,113,25). Sum of RGB (Red+Green+Blue) = 214+113+25=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D67119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67119 is #298EE6. Grayscale: #858585. Windows color (decimal): -2723559 or 1667542. OLE color: 1667542.

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

Color convert

RGB 214 113 25 -
CMYK 0 0.47 0.88 0.16
HSL 27.94º 0.79% 0.47% -
HSV(B) 27.94º 0.88% 0.84% -
XYZ 33.81 26.18 4.19 -
YUV 133.17 66.96 185.66 -
System Red Green Blue C M Y K H S L
Decimal 214 113 25 0 0.47 0.88 0.16 27.94 0.79 0.47
Hex D6 71 19 0 2F 58 10 1C 4F 2F
Octal 326 161 31 0 57 130 20 34 117 57
Binary 11010110 1110001 11001 0 101111 1011000 10000 11100 1001111 101111

Color Harmonies of #D67119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67119

Black with #D67119

Text Example


Text Example

White with #D67119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67119; }

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

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

background-color css

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

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

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

border-color css

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

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

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