Html Css Color HEX #DF6C1B Chocolate

📋 copy color: '#DF6C1B'

red 223 ◦ green 108 ◦ blue 27

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

Shades of Chocolate #DF6C1B

Tints of Chocolate #DF6C1B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.17%

 BLUE value IS 27 (10.94% from 255) = 7.54%

R = 62.29%
G = 30.17%
B = 7.54%

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

#DF6C1B (or 0xDF6C1B) is known color: Chocolate. HEX triplet: DF, 6C and 1B. RGB value is (223,108,27). Sum of RGB (Red+Green+Blue) = 223+108+27=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6C1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6C1B is #2093E4. Grayscale: #858585. Windows color (decimal): -2135013 or 1797343. OLE color: 1797343.

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

Color convert

RGB 223 108 27 -
CMYK 0 0.52 0.88 0.13
HSL 24.8º 0.78% 0.49% -
HSV(B) 24.8º 0.88% 0.87% -
XYZ 35.99 26.49 4.25 -
YUV 133.15 68.1 192.09 -
System Red Green Blue C M Y K H S L
Decimal 223 108 27 0 0.52 0.88 0.13 24.8 0.78 0.49
Hex DF 6C 1B 0 34 58 D 19 4E 31
Octal 337 154 33 0 64 130 15 31 116 61
Binary 11011111 1101100 11011 0 110100 1011000 1101 11001 1001110 110001

Color Harmonies of #DF6C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6C1B

Black with #DF6C1B

Text Example


Text Example

White with #DF6C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6C1B; }

 p { color: rgb(223,108,27); }

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

background-color css

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

 a { background-color: rgb(223,108,27); }

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

border-color css

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

 span { border-color: rgb(223,108,27); }

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