Html Css Color HEX #DF7515 Chocolate

📋 copy color: '#DF7515'

red 223 ◦ green 117 ◦ blue 21

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

Shades of Chocolate #DF7515

Tints of Chocolate #DF7515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.41%

 BLUE value IS 21 (8.59% from 255) = 5.82%

R = 61.77%
G = 32.41%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF7515 (or 0xDF7515) is known color: Chocolate. HEX triplet: DF, 75 and 15. RGB value is (223,117,21). Sum of RGB (Red+Green+Blue) = 223+117+21=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7515 is #208AEA. Grayscale: #8A8A8A. Windows color (decimal): -2132715 or 1406431. OLE color: 1406431.

HSL color Cylindrical-coordinate representation of color #DF7515: hue angle of 28.51º degrees, saturation: 0.83, 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 #DF7515 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 117 21 -
CMYK 0 0.48 0.91 0.13
HSL 28.51º 0.83% 0.48% -
HSV(B) 28.51º 0.91% 0.87% -
XYZ 36.93 28.46 4.26 -
YUV 137.75 62.12 188.81 -
System Red Green Blue C M Y K H S L
Decimal 223 117 21 0 0.48 0.91 0.13 28.51 0.83 0.48
Hex DF 75 15 0 30 5B D 1D 53 30
Octal 337 165 25 0 60 133 15 35 123 60
Binary 11011111 1110101 10101 0 110000 1011011 1101 11101 1010011 110000

Color Harmonies of #DF7515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7515

Black with #DF7515

Text Example


Text Example

White with #DF7515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7515; }

 p { color: rgb(223,117,21); }

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

background-color css

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

 a { background-color: rgb(223,117,21); }

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

border-color css

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

 span { border-color: rgb(223,117,21); }

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