Html Css Color HEX #DF6512 Chocolate

📋 copy color: '#DF6512'

red 223 ◦ green 101 ◦ blue 18

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

Shades of Chocolate #DF6512

Tints of Chocolate #DF6512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.53%

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

R = 65.2%
G = 29.53%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF6512 (or 0xDF6512) is known color: Chocolate. HEX triplet: DF, 65 and 12. RGB value is (223,101,18). Sum of RGB (Red+Green+Blue) = 223+101+18=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6512 is #209AED. Grayscale: #808080. Windows color (decimal): -2136814 or 1205727. OLE color: 1205727.

HSL color Cylindrical-coordinate representation of color #DF6512: hue angle of 24.29º 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 #DF6512 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 101 18 -
CMYK 0 0.55 0.92 0.13
HSL 24.29º 0.85% 0.47% -
HSV(B) 24.29º 0.92% 0.87% -
XYZ 35.19 25.04 3.55 -
YUV 128.02 65.92 195.75 -
System Red Green Blue C M Y K H S L
Decimal 223 101 18 0 0.55 0.92 0.13 24.29 0.85 0.47
Hex DF 65 12 0 37 5C D 18 55 2F
Octal 337 145 22 0 67 134 15 30 125 57
Binary 11011111 1100101 10010 0 110111 1011100 1101 11000 1010101 101111

Color Harmonies of #DF6512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6512

Black with #DF6512

Text Example


Text Example

White with #DF6512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6512; }

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

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

background-color css

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

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

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

border-color css

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

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

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