Html Css Color HEX #D66A15 Chocolate

📋 copy color: '#D66A15'

red 214 ◦ green 106 ◦ blue 21

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

Shades of Chocolate #D66A15

Tints of Chocolate #D66A15

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.09%

 BLUE value IS 21 (8.59% from 255) = 6.16%

R = 62.76%
G = 31.09%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D66A15 (or 0xD66A15) is known color: Chocolate. HEX triplet: D6, 6A and 15. RGB value is (214,106,21). Sum of RGB (Red+Green+Blue) = 214+106+21=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66A15 is #2995EA. Grayscale: #818181. Windows color (decimal): -2725355 or 1403606. OLE color: 1403606.

HSL color Cylindrical-coordinate representation of color #D66A15: hue angle of 26.42º degrees, saturation: 0.82, 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 #D66A15 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 106 21 -
CMYK 0 0.50 0.90 0.16
HSL 26.42º 0.82% 0.46% -
HSV(B) 26.42º 0.9% 0.84% -
XYZ 33.02 24.66 3.73 -
YUV 128.6 67.28 188.91 -
System Red Green Blue C M Y K H S L
Decimal 214 106 21 0 0.50 0.90 0.16 26.42 0.82 0.46
Hex D6 6A 15 0 32 5A 10 1A 52 2E
Octal 326 152 25 0 62 132 20 32 122 56
Binary 11010110 1101010 10101 0 110010 1011010 10000 11010 1010010 101110

Color Harmonies of #D66A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66A15

Black with #D66A15

Text Example


Text Example

White with #D66A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66A15; }

 p { color: rgb(214,106,21); }

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

background-color css

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

 a { background-color: rgb(214,106,21); }

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

border-color css

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

 span { border-color: rgb(214,106,21); }

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