Html Css Color HEX #D66219 Chocolate

📋 copy color: '#D66219'

red 214 ◦ green 98 ◦ blue 25

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

Shades of Chocolate #D66219

Tints of Chocolate #D66219

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.08%

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

R = 63.5%
G = 29.08%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D66219 (or 0xD66219) is known color: Chocolate. HEX triplet: D6, 62 and 19. RGB value is (214,98,25). Sum of RGB (Red+Green+Blue) = 214+98+25=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D66219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66219 is #299DE6. Grayscale: #7C7C7C. Windows color (decimal): -2727399 or 1663702. OLE color: 1663702.

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

Color convert

RGB 214 98 25 -
CMYK 0 0.54 0.88 0.16
HSL 23.17º 0.79% 0.47% -
HSV(B) 23.17º 0.88% 0.84% -
XYZ 32.27 23.1 3.68 -
YUV 124.36 71.93 191.94 -
System Red Green Blue C M Y K H S L
Decimal 214 98 25 0 0.54 0.88 0.16 23.17 0.79 0.47
Hex D6 62 19 0 36 58 10 17 4F 2F
Octal 326 142 31 0 66 130 20 27 117 57
Binary 11010110 1100010 11001 0 110110 1011000 10000 10111 1001111 101111

Color Harmonies of #D66219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66219

Black with #D66219

Text Example


Text Example

White with #D66219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66219; }

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

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

background-color css

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

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

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

border-color css

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

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

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