Html Css Color HEX #D66319 Chocolate

📋 copy color: '#D66319'

red 214 ◦ green 99 ◦ blue 25

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

Shades of Chocolate #D66319

Tints of Chocolate #D66319

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.29%

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

R = 63.31%
G = 29.29%
B = 7.4%

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

#D66319 (or 0xD66319) is known color: Chocolate. HEX triplet: D6, 63 and 19. RGB value is (214,99,25). Sum of RGB (Red+Green+Blue) = 214+99+25=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D66319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66319 is #299CE6. Grayscale: #7D7D7D. Windows color (decimal): -2727143 or 1663958. OLE color: 1663958.

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

Color convert

RGB 214 99 25 -
CMYK 0 0.54 0.88 0.16
HSL 23.49º 0.79% 0.47% -
HSV(B) 23.49º 0.88% 0.84% -
XYZ 32.37 23.29 3.71 -
YUV 124.95 71.6 191.52 -
System Red Green Blue C M Y K H S L
Decimal 214 99 25 0 0.54 0.88 0.16 23.49 0.79 0.47
Hex D6 63 19 0 36 58 10 17 4F 2F
Octal 326 143 31 0 66 130 20 27 117 57
Binary 11010110 1100011 11001 0 110110 1011000 10000 10111 1001111 101111

Color Harmonies of #D66319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66319

Black with #D66319

Text Example


Text Example

White with #D66319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66319; }

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

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

background-color css

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

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

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

border-color css

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

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

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