Html Css Color HEX #DF6610 Chocolate

📋 copy color: '#DF6610'

red 223 ◦ green 102 ◦ blue 16

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

Shades of Chocolate #DF6610

Tints of Chocolate #DF6610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.69%

R = 65.4%
G = 29.91%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF6610 (or 0xDF6610) is known color: Chocolate. HEX triplet: DF, 66 and 10. RGB value is (223,102,16). Sum of RGB (Red+Green+Blue) = 223+102+16=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6610 is #2099EF. Grayscale: #808080. Windows color (decimal): -2136560 or 1074911. OLE color: 1074911.

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

Color convert

RGB 223 102 16 -
CMYK 0 0.54 0.93 0.13
HSL 24.93º 0.87% 0.47% -
HSV(B) 24.93º 0.93% 0.87% -
XYZ 35.28 25.23 3.5 -
YUV 128.38 64.59 195.49 -
System Red Green Blue C M Y K H S L
Decimal 223 102 16 0 0.54 0.93 0.13 24.93 0.87 0.47
Hex DF 66 10 0 36 5D D 19 57 2F
Octal 337 146 20 0 66 135 15 31 127 57
Binary 11011111 1100110 10000 0 110110 1011101 1101 11001 1010111 101111

Color Harmonies of #DF6610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6610

Black with #DF6610

Text Example


Text Example

White with #DF6610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6610; }

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

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

background-color css

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

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

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

border-color css

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

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

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