Html Css Color HEX #D66F15 Chocolate

📋 copy color: '#D66F15'

red 214 ◦ green 111 ◦ blue 21

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

Shades of Chocolate #D66F15

Tints of Chocolate #D66F15

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.08%

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

R = 61.85%
G = 32.08%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D66F15 (or 0xD66F15) is known color: Chocolate. HEX triplet: D6, 6F and 15. RGB value is (214,111,21). Sum of RGB (Red+Green+Blue) = 214+111+21=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66F15 is #2990EA. Grayscale: #848484. Windows color (decimal): -2724075 or 1404886. OLE color: 1404886.

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

Color convert

RGB 214 111 21 -
CMYK 0 0.48 0.90 0.16
HSL 27.98º 0.82% 0.46% -
HSV(B) 27.98º 0.9% 0.84% -
XYZ 33.55 25.72 3.91 -
YUV 131.54 65.62 186.82 -
System Red Green Blue C M Y K H S L
Decimal 214 111 21 0 0.48 0.90 0.16 27.98 0.82 0.46
Hex D6 6F 15 0 30 5A 10 1C 52 2E
Octal 326 157 25 0 60 132 20 34 122 56
Binary 11010110 1101111 10101 0 110000 1011010 10000 11100 1010010 101110

Color Harmonies of #D66F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F15

Black with #D66F15

Text Example


Text Example

White with #D66F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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