Html Css Color HEX #D67219 Chocolate

📋 copy color: '#D67219'

red 214 ◦ green 114 ◦ blue 25

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

Shades of Chocolate #D67219

Tints of Chocolate #D67219

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.29%

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

R = 60.62%
G = 32.29%
B = 7.08%

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

#D67219 (or 0xD67219) is known color: Chocolate. HEX triplet: D6, 72 and 19. RGB value is (214,114,25). Sum of RGB (Red+Green+Blue) = 214+114+25=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D67219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67219 is #298DE6. Grayscale: #868686. Windows color (decimal): -2723303 or 1667798. OLE color: 1667798.

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

Color convert

RGB 214 114 25 -
CMYK 0 0.47 0.88 0.16
HSL 28.25º 0.79% 0.47% -
HSV(B) 28.25º 0.88% 0.84% -
XYZ 33.92 26.4 4.23 -
YUV 133.75 66.63 185.24 -
System Red Green Blue C M Y K H S L
Decimal 214 114 25 0 0.47 0.88 0.16 28.25 0.79 0.47
Hex D6 72 19 0 2F 58 10 1C 4F 2F
Octal 326 162 31 0 57 130 20 34 117 57
Binary 11010110 1110010 11001 0 101111 1011000 10000 11100 1001111 101111

Color Harmonies of #D67219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67219

Black with #D67219

Text Example


Text Example

White with #D67219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67219; }

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

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

background-color css

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

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

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

border-color css

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

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

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