Html Css Color HEX #D66F0D Chocolate

📋 copy color: '#D66F0D'

red 214 ◦ green 111 ◦ blue 13

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

Shades of Chocolate #D66F0D

Tints of Chocolate #D66F0D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.84%

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

R = 63.31%
G = 32.84%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D66F0D (or 0xD66F0D) is known color: Chocolate. HEX triplet: D6, 6F and 0D. RGB value is (214,111,13). Sum of RGB (Red+Green+Blue) = 214+111+13=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66F0D is #2990F2. Grayscale: #838383. Windows color (decimal): -2724083 or 880598. OLE color: 880598.

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

Color convert

RGB 214 111 13 -
CMYK 0 0.48 0.94 0.16
HSL 29.25º 0.89% 0.45% -
HSV(B) 29.25º 0.94% 0.84% -
XYZ 33.49 25.69 3.58 -
YUV 130.63 61.62 187.47 -
System Red Green Blue C M Y K H S L
Decimal 214 111 13 0 0.48 0.94 0.16 29.25 0.89 0.45
Hex D6 6F D 0 30 5E 10 1D 59 2D
Octal 326 157 15 0 60 136 20 35 131 55
Binary 11010110 1101111 1101 0 110000 1011110 10000 11101 1011001 101101

Color Harmonies of #D66F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F0D

Black with #D66F0D

Text Example


Text Example

White with #D66F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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