Html Css Color HEX #DF8521 Carrot Orange

📋 copy color: '#DF8521'

red 223 ◦ green 133 ◦ blue 33

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

Shades of Carrot Orange #DF8521

Tints of Carrot Orange #DF8521

RGB

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

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

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

R = 57.33%
G = 34.19%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF8521 (or 0xDF8521) is known color: Carrot Orange. HEX triplet: DF, 85 and 21. RGB value is (223,133,33). Sum of RGB (Red+Green+Blue) = 223+133+33=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 33 (13.28% from 255 or 8.48% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8521 is #207ADE. Grayscale: #959595. Windows color (decimal): -2128607 or 2196959. OLE color: 2196959.

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

Color convert

RGB 223 133 33 -
CMYK 0 0.40 0.85 0.13
HSL 31.58º 0.75% 0.5% -
HSV(B) 31.58º 0.85% 0.87% -
XYZ 39.09 32.57 5.67 -
YUV 148.51 62.82 181.13 -
System Red Green Blue C M Y K H S L
Decimal 223 133 33 0 0.40 0.85 0.13 31.58 0.75 0.5
Hex DF 85 21 0 28 55 D 20 4B 32
Octal 337 205 41 0 50 125 15 40 113 62
Binary 11011111 10000101 100001 0 101000 1010101 1101 100000 1001011 110010

Color Harmonies of #DF8521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8521

Black with #DF8521

Text Example


Text Example

White with #DF8521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8521; }

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

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

background-color css

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

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

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

border-color css

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

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

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