Html Css Color HEX #DF8413 Carrot Orange

📋 copy color: '#DF8413'

red 223 ◦ green 132 ◦ blue 19

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

Shades of Carrot Orange #DF8413

Tints of Carrot Orange #DF8413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.08%

R = 59.63%
G = 35.29%
B = 5.08%

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

#DF8413 (or 0xDF8413) is known color: Carrot Orange. HEX triplet: DF, 84 and 13. RGB value is (223,132,19). Sum of RGB (Red+Green+Blue) = 223+132+19=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 19 (7.81% from 255 or 5.08% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8413 is #207BEC. Grayscale: #929292. Windows color (decimal): -2128877 or 1279199. OLE color: 1279199.

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

Color convert

RGB 223 132 19 -
CMYK 0 0.41 0.91 0.13
HSL 33.24º 0.84% 0.47% -
HSV(B) 33.24º 0.91% 0.87% -
XYZ 38.8 32.24 4.79 -
YUV 146.33 56.15 182.69 -
System Red Green Blue C M Y K H S L
Decimal 223 132 19 0 0.41 0.91 0.13 33.24 0.84 0.47
Hex DF 84 13 0 29 5B D 21 54 2F
Octal 337 204 23 0 51 133 15 41 124 57
Binary 11011111 10000100 10011 0 101001 1011011 1101 100001 1010100 101111

Color Harmonies of #DF8413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8413

Black with #DF8413

Text Example


Text Example

White with #DF8413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8413; }

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

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

background-color css

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

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

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

border-color css

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

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

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