Html Css Color HEX #DF8116 Carrot Orange

📋 copy color: '#DF8116'

red 223 ◦ green 129 ◦ blue 22

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

Shades of Carrot Orange #DF8116

Tints of Carrot Orange #DF8116

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.49%

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

R = 59.63%
G = 34.49%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF8116 (or 0xDF8116) is known color: Carrot Orange. HEX triplet: DF, 81 and 16. RGB value is (223,129,22). Sum of RGB (Red+Green+Blue) = 223+129+22=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8116 is #207EE9. Grayscale: #919191. Windows color (decimal): -2129642 or 1475039. OLE color: 1475039.

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

Color convert

RGB 223 129 22 -
CMYK 0 0.42 0.90 0.13
HSL 31.94º 0.82% 0.48% -
HSV(B) 31.94º 0.9% 0.87% -
XYZ 38.43 31.45 4.8 -
YUV 144.91 58.64 183.7 -
System Red Green Blue C M Y K H S L
Decimal 223 129 22 0 0.42 0.90 0.13 31.94 0.82 0.48
Hex DF 81 16 0 2A 5A D 20 52 30
Octal 337 201 26 0 52 132 15 40 122 60
Binary 11011111 10000001 10110 0 101010 1011010 1101 100000 1010010 110000

Color Harmonies of #DF8116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8116

Black with #DF8116

Text Example


Text Example

White with #DF8116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8116; }

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

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

background-color css

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

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

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

border-color css

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

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

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