Html Css Color HEX #DF6B1A Chocolate

📋 copy color: '#DF6B1A'

red 223 ◦ green 107 ◦ blue 26

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

Shades of Chocolate #DF6B1A

Tints of Chocolate #DF6B1A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.06%

 BLUE value IS 26 (10.55% from 255) = 7.3%

R = 62.64%
G = 30.06%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF6B1A (or 0xDF6B1A) is known color: Chocolate. HEX triplet: DF, 6B and 1A. RGB value is (223,107,26). Sum of RGB (Red+Green+Blue) = 223+107+26=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6B1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6B1A is #2094E5. Grayscale: #848484. Windows color (decimal): -2135270 or 1731551. OLE color: 1731551.

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

Color convert

RGB 223 107 26 -
CMYK 0 0.52 0.88 0.13
HSL 24.67º 0.79% 0.49% -
HSV(B) 24.67º 0.88% 0.87% -
XYZ 35.88 26.28 4.16 -
YUV 132.45 67.93 192.59 -
System Red Green Blue C M Y K H S L
Decimal 223 107 26 0 0.52 0.88 0.13 24.67 0.79 0.49
Hex DF 6B 1A 0 34 58 D 19 4F 31
Octal 337 153 32 0 64 130 15 31 117 61
Binary 11011111 1101011 11010 0 110100 1011000 1101 11001 1001111 110001

Color Harmonies of #DF6B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6B1A

Black with #DF6B1A

Text Example


Text Example

White with #DF6B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6B1A; }

 p { color: rgb(223,107,26); }

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

background-color css

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

 a { background-color: rgb(223,107,26); }

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

border-color css

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

 span { border-color: rgb(223,107,26); }

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