Html Css Color HEX #DF8620 Carrot Orange

📋 copy color: '#DF8620'

red 223 ◦ green 134 ◦ blue 32

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

Shades of Carrot Orange #DF8620

Tints of Carrot Orange #DF8620

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.45%

 BLUE value IS 32 (12.89% from 255) = 8.23%

R = 57.33%
G = 34.45%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF8620 (or 0xDF8620) is known color: Carrot Orange. HEX triplet: DF, 86 and 20. RGB value is (223,134,32). Sum of RGB (Red+Green+Blue) = 223+134+32=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8620 is #2079DF. Grayscale: #959595. Windows color (decimal): -2128352 or 2131679. OLE color: 2131679.

HSL color Cylindrical-coordinate representation of color #DF8620: hue angle of 32.04º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF8620 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 134 32 -
CMYK 0 0.40 0.86 0.13
HSL 32.04º 0.75% 0.5% -
HSV(B) 32.04º 0.86% 0.87% -
XYZ 39.22 32.84 5.64 -
YUV 148.98 61.99 180.79 -
System Red Green Blue C M Y K H S L
Decimal 223 134 32 0 0.40 0.86 0.13 32.04 0.75 0.5
Hex DF 86 20 0 28 56 D 20 4B 32
Octal 337 206 40 0 50 126 15 40 113 62
Binary 11011111 10000110 100000 0 101000 1010110 1101 100000 1001011 110010

Color Harmonies of #DF8620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8620

Black with #DF8620

Text Example


Text Example

White with #DF8620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8620; }

 p { color: rgb(223,134,32); }

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

background-color css

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

 a { background-color: rgb(223,134,32); }

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

border-color css

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

 span { border-color: rgb(223,134,32); }

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