Html Css Color HEX #D66015 Chocolate

📋 copy color: '#D66015'

red 214 ◦ green 96 ◦ blue 21

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

Shades of Chocolate #D66015

Tints of Chocolate #D66015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29%

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

R = 64.65%
G = 29%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D66015 (or 0xD66015) is known color: Chocolate. HEX triplet: D6, 60 and 15. RGB value is (214,96,21). Sum of RGB (Red+Green+Blue) = 214+96+21=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D66015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66015 is #299FEA. Grayscale: #7B7B7B. Windows color (decimal): -2727915 or 1401046. OLE color: 1401046.

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

Color convert

RGB 214 96 21 -
CMYK 0 0.55 0.90 0.16
HSL 23.32º 0.82% 0.46% -
HSV(B) 23.32º 0.9% 0.84% -
XYZ 32.05 22.72 3.4 -
YUV 122.73 70.59 193.1 -
System Red Green Blue C M Y K H S L
Decimal 214 96 21 0 0.55 0.90 0.16 23.32 0.82 0.46
Hex D6 60 15 0 37 5A 10 17 52 2E
Octal 326 140 25 0 67 132 20 27 122 56
Binary 11010110 1100000 10101 0 110111 1011010 10000 10111 1010010 101110

Color Harmonies of #D66015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66015

Black with #D66015

Text Example


Text Example

White with #D66015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66015; }

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

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

background-color css

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

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

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

border-color css

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

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

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