Html Css Color HEX #DF8416 Carrot Orange

📋 copy color: '#DF8416'

red 223 ◦ green 132 ◦ blue 22

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

Shades of Carrot Orange #DF8416

Tints of Carrot Orange #DF8416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.84%

R = 59.15%
G = 35.01%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF8416 (or 0xDF8416) is known color: Carrot Orange. HEX triplet: DF, 84 and 16. RGB value is (223,132,22). Sum of RGB (Red+Green+Blue) = 223+132+22=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8416 is #207BE9. Grayscale: #939393. Windows color (decimal): -2128874 or 1475807. OLE color: 1475807.

HSL color Cylindrical-coordinate representation of color #DF8416: hue angle of 32.84º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF8416 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 132 22 -
CMYK 0 0.41 0.90 0.13
HSL 32.84º 0.82% 0.48% -
HSV(B) 32.84º 0.9% 0.87% -
XYZ 38.83 32.25 4.94 -
YUV 146.67 57.65 182.44 -
System Red Green Blue C M Y K H S L
Decimal 223 132 22 0 0.41 0.90 0.13 32.84 0.82 0.48
Hex DF 84 16 0 29 5A D 21 52 30
Octal 337 204 26 0 51 132 15 41 122 60
Binary 11011111 10000100 10110 0 101001 1011010 1101 100001 1010010 110000

Color Harmonies of #DF8416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8416

Black with #DF8416

Text Example


Text Example

White with #DF8416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8416; }

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

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

background-color css

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

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

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

border-color css

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

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

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