Html Css Color HEX #D66916 Chocolate

📋 copy color: '#D66916'

red 214 ◦ green 105 ◦ blue 22

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

Shades of Chocolate #D66916

Tints of Chocolate #D66916

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.79%

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

R = 62.76%
G = 30.79%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D66916 (or 0xD66916) is known color: Chocolate. HEX triplet: D6, 69 and 16. RGB value is (214,105,22). Sum of RGB (Red+Green+Blue) = 214+105+22=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D66916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66916 is #2996E9. Grayscale: #808080. Windows color (decimal): -2725610 or 1468886. OLE color: 1468886.

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

Color convert

RGB 214 105 22 -
CMYK 0 0.51 0.90 0.16
HSL 25.94º 0.81% 0.46% -
HSV(B) 25.94º 0.9% 0.84% -
XYZ 32.93 24.46 3.74 -
YUV 128.13 68.11 189.25 -
System Red Green Blue C M Y K H S L
Decimal 214 105 22 0 0.51 0.90 0.16 25.94 0.81 0.46
Hex D6 69 16 0 33 5A 10 1A 51 2E
Octal 326 151 26 0 63 132 20 32 121 56
Binary 11010110 1101001 10110 0 110011 1011010 10000 11010 1010001 101110

Color Harmonies of #D66916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66916

Black with #D66916

Text Example


Text Example

White with #D66916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66916; }

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

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

background-color css

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

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

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

border-color css

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

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

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