Html Css Color HEX #DF6912 Chocolate

📋 copy color: '#DF6912'

red 223 ◦ green 105 ◦ blue 18

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

Shades of Chocolate #DF6912

Tints of Chocolate #DF6912

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.35%

 BLUE value IS 18 (7.42% from 255) = 5.2%

R = 64.45%
G = 30.35%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF6912 (or 0xDF6912) is known color: Chocolate. HEX triplet: DF, 69 and 12. RGB value is (223,105,18). Sum of RGB (Red+Green+Blue) = 223+105+18=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6912 is #2096ED. Grayscale: #828282. Windows color (decimal): -2135790 or 1206751. OLE color: 1206751.

HSL color Cylindrical-coordinate representation of color #DF6912: hue angle of 25.46º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF6912 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 105 18 -
CMYK 0 0.53 0.92 0.13
HSL 25.46º 0.85% 0.47% -
HSV(B) 25.46º 0.92% 0.87% -
XYZ 35.59 25.83 3.68 -
YUV 130.36 64.59 194.07 -
System Red Green Blue C M Y K H S L
Decimal 223 105 18 0 0.53 0.92 0.13 25.46 0.85 0.47
Hex DF 69 12 0 35 5C D 19 55 2F
Octal 337 151 22 0 65 134 15 31 125 57
Binary 11011111 1101001 10010 0 110101 1011100 1101 11001 1010101 101111

Color Harmonies of #DF6912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6912

Black with #DF6912

Text Example


Text Example

White with #DF6912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6912; }

 p { color: rgb(223,105,18); }

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

background-color css

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

 a { background-color: rgb(223,105,18); }

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

border-color css

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

 span { border-color: rgb(223,105,18); }

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