Html Css Color HEX #D66D1C Chocolate

📋 copy color: '#D66D1C'

red 214 ◦ green 109 ◦ blue 28

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

Shades of Chocolate #D66D1C

Tints of Chocolate #D66D1C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.05%

 BLUE value IS 28 (11.33% from 255) = 7.98%

R = 60.97%
G = 31.05%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D66D1C (or 0xD66D1C) is known color: Chocolate. HEX triplet: D6, 6D and 1C. RGB value is (214,109,28). Sum of RGB (Red+Green+Blue) = 214+109+28=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66D1C is #2992E3. Grayscale: #838383. Windows color (decimal): -2724580 or 1863126. OLE color: 1863126.

HSL color Cylindrical-coordinate representation of color #D66D1C: hue angle of 26.13º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D66D1C is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 109 28 -
CMYK 0 0.49 0.87 0.16
HSL 26.13º 0.77% 0.47% -
HSV(B) 26.13º 0.87% 0.84% -
XYZ 33.41 25.32 4.22 -
YUV 131.16 69.79 187.09 -
System Red Green Blue C M Y K H S L
Decimal 214 109 28 0 0.49 0.87 0.16 26.13 0.77 0.47
Hex D6 6D 1C 0 31 57 10 1A 4D 2F
Octal 326 155 34 0 61 127 20 32 115 57
Binary 11010110 1101101 11100 0 110001 1010111 10000 11010 1001101 101111

Color Harmonies of #D66D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66D1C

Black with #D66D1C

Text Example


Text Example

White with #D66D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66D1C; }

 p { color: rgb(214,109,28); }

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

background-color css

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

 a { background-color: rgb(214,109,28); }

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

border-color css

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

 span { border-color: rgb(214,109,28); }

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