Html Css Color HEX #D66315 Chocolate

📋 copy color: '#D66315'

red 214 ◦ green 99 ◦ blue 21

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

Shades of Chocolate #D66315

Tints of Chocolate #D66315

RGB

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

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

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

R = 64.07%
G = 29.64%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D66315 (or 0xD66315) is known color: Chocolate. HEX triplet: D6, 63 and 15. RGB value is (214,99,21). Sum of RGB (Red+Green+Blue) = 214+99+21=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D66315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66315 is #299CEA. Grayscale: #7C7C7C. Windows color (decimal): -2727147 or 1401814. OLE color: 1401814.

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

Color convert

RGB 214 99 21 -
CMYK 0 0.54 0.90 0.16
HSL 24.25º 0.82% 0.46% -
HSV(B) 24.25º 0.9% 0.84% -
XYZ 32.33 23.27 3.5 -
YUV 124.49 69.6 191.84 -
System Red Green Blue C M Y K H S L
Decimal 214 99 21 0 0.54 0.90 0.16 24.25 0.82 0.46
Hex D6 63 15 0 36 5A 10 18 52 2E
Octal 326 143 25 0 66 132 20 30 122 56
Binary 11010110 1100011 10101 0 110110 1011010 10000 11000 1010010 101110

Color Harmonies of #D66315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66315

Black with #D66315

Text Example


Text Example

White with #D66315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66315; }

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

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

background-color css

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

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

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

border-color css

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

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

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