Html Css Color HEX #DF8321 Carrot Orange

📋 copy color: '#DF8321'

red 223 ◦ green 131 ◦ blue 33

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

Shades of Carrot Orange #DF8321

Tints of Carrot Orange #DF8321

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.85%

 BLUE value IS 33 (13.28% from 255) = 8.53%

R = 57.62%
G = 33.85%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF8321 (or 0xDF8321) is known color: Carrot Orange. HEX triplet: DF, 83 and 21. RGB value is (223,131,33). Sum of RGB (Red+Green+Blue) = 223+131+33=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 33 (13.28% from 255 or 8.53% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8321 is #207CDE. Grayscale: #939393. Windows color (decimal): -2129119 or 2196447. OLE color: 2196447.

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

Color convert

RGB 223 131 33 -
CMYK 0 0.41 0.85 0.13
HSL 30.95º 0.75% 0.5% -
HSV(B) 30.95º 0.85% 0.87% -
XYZ 38.82 32.03 5.58 -
YUV 147.34 63.48 181.97 -
System Red Green Blue C M Y K H S L
Decimal 223 131 33 0 0.41 0.85 0.13 30.95 0.75 0.5
Hex DF 83 21 0 29 55 D 1F 4B 32
Octal 337 203 41 0 51 125 15 37 113 62
Binary 11011111 10000011 100001 0 101001 1010101 1101 11111 1001011 110010

Color Harmonies of #DF8321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8321

Black with #DF8321

Text Example


Text Example

White with #DF8321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8321; }

 p { color: rgb(223,131,33); }

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

background-color css

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

 a { background-color: rgb(223,131,33); }

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

border-color css

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

 span { border-color: rgb(223,131,33); }

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