Html Css Color HEX #DF6D1C Chocolate

📋 copy color: '#DF6D1C'

red 223 ◦ green 109 ◦ blue 28

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

Shades of Chocolate #DF6D1C

Tints of Chocolate #DF6D1C

RGB

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

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

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

R = 61.94%
G = 30.28%
B = 7.78%

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

#DF6D1C (or 0xDF6D1C) is known color: Chocolate. HEX triplet: DF, 6D and 1C. RGB value is (223,109,28). Sum of RGB (Red+Green+Blue) = 223+109+28=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6D1C is #2092E3. Grayscale: #868686. Windows color (decimal): -2134756 or 1863135. OLE color: 1863135.

HSL color Cylindrical-coordinate representation of color #DF6D1C: hue angle of 24.92º degrees, saturation: 0.78, 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 #DF6D1C is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 109 28 -
CMYK 0 0.51 0.87 0.13
HSL 24.92º 0.78% 0.49% -
HSV(B) 24.92º 0.87% 0.87% -
XYZ 36.11 26.71 4.35 -
YUV 133.85 68.27 191.59 -
System Red Green Blue C M Y K H S L
Decimal 223 109 28 0 0.51 0.87 0.13 24.92 0.78 0.49
Hex DF 6D 1C 0 33 57 D 19 4E 31
Octal 337 155 34 0 63 127 15 31 116 61
Binary 11011111 1101101 11100 0 110011 1010111 1101 11001 1001110 110001

Color Harmonies of #DF6D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6D1C

Black with #DF6D1C

Text Example


Text Example

White with #DF6D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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