Html Css Color HEX #DF8520 Carrot Orange

📋 copy color: '#DF8520'

red 223 ◦ green 133 ◦ blue 32

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

Shades of Carrot Orange #DF8520

Tints of Carrot Orange #DF8520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.28%

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

R = 57.47%
G = 34.28%
B = 8.25%

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

#DF8520 (or 0xDF8520) is known color: Carrot Orange. HEX triplet: DF, 85 and 20. RGB value is (223,133,32). Sum of RGB (Red+Green+Blue) = 223+133+32=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 32 (12.89% from 255 or 8.25% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8520 is #207ADF. Grayscale: #949494. Windows color (decimal): -2128608 or 2131423. OLE color: 2131423.

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

Color convert

RGB 223 133 32 -
CMYK 0 0.40 0.86 0.13
HSL 31.73º 0.75% 0.5% -
HSV(B) 31.73º 0.86% 0.87% -
XYZ 39.08 32.57 5.59 -
YUV 148.4 62.32 181.21 -
System Red Green Blue C M Y K H S L
Decimal 223 133 32 0 0.40 0.86 0.13 31.73 0.75 0.5
Hex DF 85 20 0 28 56 D 20 4B 32
Octal 337 205 40 0 50 126 15 40 113 62
Binary 11011111 10000101 100000 0 101000 1010110 1101 100000 1001011 110010

Color Harmonies of #DF8520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8520

Black with #DF8520

Text Example


Text Example

White with #DF8520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8520; }

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

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

background-color css

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

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

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

border-color css

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

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

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