Html Css Color HEX #DF6D1D Chocolate

📋 copy color: '#DF6D1D'

red 223 ◦ green 109 ◦ blue 29

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

Shades of Chocolate #DF6D1D

Tints of Chocolate #DF6D1D

RGB

 RED value IS 223 (87.5% from 255) = 61.77%

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

 BLUE value IS 29 (11.72% from 255) = 8.03%

R = 61.77%
G = 30.19%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF6D1D (or 0xDF6D1D) is known color: Chocolate. HEX triplet: DF, 6D and 1D. RGB value is (223,109,29). Sum of RGB (Red+Green+Blue) = 223+109+29=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6D1D is #2092E2. Grayscale: #868686. Windows color (decimal): -2134755 or 1928671. OLE color: 1928671.

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

Color convert

RGB 223 109 29 -
CMYK 0 0.51 0.87 0.13
HSL 24.74º 0.77% 0.49% -
HSV(B) 24.74º 0.87% 0.87% -
XYZ 36.12 26.71 4.41 -
YUV 133.97 68.77 191.5 -
System Red Green Blue C M Y K H S L
Decimal 223 109 29 0 0.51 0.87 0.13 24.74 0.77 0.49
Hex DF 6D 1D 0 33 57 D 19 4D 31
Octal 337 155 35 0 63 127 15 31 115 61
Binary 11011111 1101101 11101 0 110011 1010111 1101 11001 1001101 110001

Color Harmonies of #DF6D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6D1D

Black with #DF6D1D

Text Example


Text Example

White with #DF6D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6D1D; }

 p { color: rgb(223,109,29); }

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

background-color css

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

 a { background-color: rgb(223,109,29); }

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

border-color css

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

 span { border-color: rgb(223,109,29); }

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