Html Css Color HEX #DF6914 Chocolate

📋 copy color: '#DF6914'

red 223 ◦ green 105 ◦ blue 20

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

Shades of Chocolate #DF6914

Tints of Chocolate #DF6914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.75%

R = 64.08%
G = 30.17%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF6914 (or 0xDF6914) is known color: Chocolate. HEX triplet: DF, 69 and 14. RGB value is (223,105,20). Sum of RGB (Red+Green+Blue) = 223+105+20=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6914 is #2096EB. Grayscale: #838383. Windows color (decimal): -2135788 or 1337823. OLE color: 1337823.

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

Color convert

RGB 223 105 20 -
CMYK 0 0.53 0.91 0.13
HSL 25.12º 0.84% 0.48% -
HSV(B) 25.12º 0.91% 0.87% -
XYZ 35.61 25.84 3.77 -
YUV 130.59 65.59 193.91 -
System Red Green Blue C M Y K H S L
Decimal 223 105 20 0 0.53 0.91 0.13 25.12 0.84 0.48
Hex DF 69 14 0 35 5B D 19 54 30
Octal 337 151 24 0 65 133 15 31 124 60
Binary 11011111 1101001 10100 0 110101 1011011 1101 11001 1010100 110000

Color Harmonies of #DF6914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6914

Black with #DF6914

Text Example


Text Example

White with #DF6914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6914; }

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

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

background-color css

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

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

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

border-color css

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

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

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