Html Css Color HEX #DF6A1F Chocolate

📋 copy color: '#DF6A1F'

red 223 ◦ green 106 ◦ blue 31

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

Shades of Chocolate #DF6A1F

Tints of Chocolate #DF6A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.61%

R = 61.94%
G = 29.44%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF6A1F (or 0xDF6A1F) is known color: Chocolate. HEX triplet: DF, 6A and 1F. RGB value is (223,106,31). Sum of RGB (Red+Green+Blue) = 223+106+31=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6A1F is #2095E0. Grayscale: #848484. Windows color (decimal): -2135521 or 2058975. OLE color: 2058975.

HSL color Cylindrical-coordinate representation of color #DF6A1F: hue angle of 23.44º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF6A1F is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 106 31 -
CMYK 0 0.52 0.86 0.13
HSL 23.44º 0.76% 0.5% -
HSV(B) 23.44º 0.86% 0.87% -
XYZ 35.83 26.09 4.44 -
YUV 132.43 70.76 192.6 -
System Red Green Blue C M Y K H S L
Decimal 223 106 31 0 0.52 0.86 0.13 23.44 0.76 0.5
Hex DF 6A 1F 0 34 56 D 17 4C 32
Octal 337 152 37 0 64 126 15 27 114 62
Binary 11011111 1101010 11111 0 110100 1010110 1101 10111 1001100 110010

Color Harmonies of #DF6A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6A1F

Black with #DF6A1F

Text Example


Text Example

White with #DF6A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6A1F; }

 p { color: rgb(223,106,31); }

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

background-color css

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

 a { background-color: rgb(223,106,31); }

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

border-color css

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

 span { border-color: rgb(223,106,31); }

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