Html Css Color HEX #D66A0D Chocolate

📋 copy color: '#D66A0D'

red 214 ◦ green 106 ◦ blue 13

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

Shades of Chocolate #D66A0D

Tints of Chocolate #D66A0D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.83%

 BLUE value IS 13 (5.47% from 255) = 3.9%

R = 64.26%
G = 31.83%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D66A0D (or 0xD66A0D) is known color: Chocolate. HEX triplet: D6, 6A and 0D. RGB value is (214,106,13). Sum of RGB (Red+Green+Blue) = 214+106+13=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66A0D is #2995F2. Grayscale: #808080. Windows color (decimal): -2725363 or 879318. OLE color: 879318.

HSL color Cylindrical-coordinate representation of color #D66A0D: hue angle of 27.76º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D66A0D is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 106 13 -
CMYK 0 0.50 0.94 0.16
HSL 27.76º 0.89% 0.45% -
HSV(B) 27.76º 0.94% 0.84% -
XYZ 32.96 24.63 3.4 -
YUV 127.69 63.28 189.56 -
System Red Green Blue C M Y K H S L
Decimal 214 106 13 0 0.50 0.94 0.16 27.76 0.89 0.45
Hex D6 6A D 0 32 5E 10 1C 59 2D
Octal 326 152 15 0 62 136 20 34 131 55
Binary 11010110 1101010 1101 0 110010 1011110 10000 11100 1011001 101101

Color Harmonies of #D66A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66A0D

Black with #D66A0D

Text Example


Text Example

White with #D66A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66A0D; }

 p { color: rgb(214,106,13); }

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

background-color css

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

 a { background-color: rgb(214,106,13); }

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

border-color css

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

 span { border-color: rgb(214,106,13); }

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