Html Css Color HEX #DF6612 Chocolate

📋 copy color: '#DF6612'

red 223 ◦ green 102 ◦ blue 18

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

Shades of Chocolate #DF6612

Tints of Chocolate #DF6612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.74%

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

R = 65.01%
G = 29.74%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF6612 (or 0xDF6612) is known color: Chocolate. HEX triplet: DF, 66 and 12. RGB value is (223,102,18). Sum of RGB (Red+Green+Blue) = 223+102+18=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6612 is #2099ED. Grayscale: #818181. Windows color (decimal): -2136558 or 1205983. OLE color: 1205983.

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

Color convert

RGB 223 102 18 -
CMYK 0 0.54 0.92 0.13
HSL 24.59º 0.85% 0.47% -
HSV(B) 24.59º 0.92% 0.87% -
XYZ 35.29 25.23 3.58 -
YUV 128.6 65.59 195.33 -
System Red Green Blue C M Y K H S L
Decimal 223 102 18 0 0.54 0.92 0.13 24.59 0.85 0.47
Hex DF 66 12 0 36 5C D 19 55 2F
Octal 337 146 22 0 66 134 15 31 125 57
Binary 11011111 1100110 10010 0 110110 1011100 1101 11001 1010101 101111

Color Harmonies of #DF6612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6612

Black with #DF6612

Text Example


Text Example

White with #DF6612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6612; }

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

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

background-color css

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

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

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

border-color css

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

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

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