Html Css Color HEX #D66416 Chocolate

📋 copy color: '#D66416'

red 214 ◦ green 100 ◦ blue 22

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

Shades of Chocolate #D66416

Tints of Chocolate #D66416

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.76%

 BLUE value IS 22 (8.98% from 255) = 6.55%

R = 63.69%
G = 29.76%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D66416 (or 0xD66416) is known color: Chocolate. HEX triplet: D6, 64 and 16. RGB value is (214,100,22). Sum of RGB (Red+Green+Blue) = 214+100+22=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D66416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66416 is #299BE9. Grayscale: #7D7D7D. Windows color (decimal): -2726890 or 1467606. OLE color: 1467606.

HSL color Cylindrical-coordinate representation of color #D66416: hue angle of 24.38º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D66416 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 100 22 -
CMYK 0 0.53 0.90 0.16
HSL 24.38º 0.81% 0.46% -
HSV(B) 24.38º 0.9% 0.84% -
XYZ 32.43 23.47 3.58 -
YUV 125.19 69.77 191.34 -
System Red Green Blue C M Y K H S L
Decimal 214 100 22 0 0.53 0.90 0.16 24.38 0.81 0.46
Hex D6 64 16 0 35 5A 10 18 51 2E
Octal 326 144 26 0 65 132 20 30 121 56
Binary 11010110 1100100 10110 0 110101 1011010 10000 11000 1010001 101110

Color Harmonies of #D66416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66416

Black with #D66416

Text Example


Text Example

White with #D66416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66416; }

 p { color: rgb(214,100,22); }

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

background-color css

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

 a { background-color: rgb(214,100,22); }

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

border-color css

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

 span { border-color: rgb(214,100,22); }

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