Html Css Color HEX #DF8415 Carrot Orange

📋 copy color: '#DF8415'

red 223 ◦ green 132 ◦ blue 21

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

Shades of Carrot Orange #DF8415

Tints of Carrot Orange #DF8415

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.11%

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

R = 59.31%
G = 35.11%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF8415 (or 0xDF8415) is known color: Carrot Orange. HEX triplet: DF, 84 and 15. RGB value is (223,132,21). Sum of RGB (Red+Green+Blue) = 223+132+21=376 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.31% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8415 is #207BEA. Grayscale: #939393. Windows color (decimal): -2128875 or 1410271. OLE color: 1410271.

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

Color convert

RGB 223 132 21 -
CMYK 0 0.41 0.91 0.13
HSL 32.97º 0.83% 0.48% -
HSV(B) 32.97º 0.91% 0.87% -
XYZ 38.82 32.24 4.89 -
YUV 146.56 57.15 182.53 -
System Red Green Blue C M Y K H S L
Decimal 223 132 21 0 0.41 0.91 0.13 32.97 0.83 0.48
Hex DF 84 15 0 29 5B D 21 53 30
Octal 337 204 25 0 51 133 15 41 123 60
Binary 11011111 10000100 10101 0 101001 1011011 1101 100001 1010011 110000

Color Harmonies of #DF8415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8415

Black with #DF8415

Text Example


Text Example

White with #DF8415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8415; }

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

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

background-color css

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

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

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

border-color css

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

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

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