Html Css Color HEX #DF8220 Carrot Orange

📋 copy color: '#DF8220'

red 223 ◦ green 130 ◦ blue 32

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

Shades of Carrot Orange #DF8220

Tints of Carrot Orange #DF8220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.77%

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

R = 57.92%
G = 33.77%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF8220 (or 0xDF8220) is known color: Carrot Orange. HEX triplet: DF, 82 and 20. RGB value is (223,130,32). Sum of RGB (Red+Green+Blue) = 223+130+32=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8220 is #207DDF. Grayscale: #939393. Windows color (decimal): -2129376 or 2130655. OLE color: 2130655.

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

Color convert

RGB 223 130 32 -
CMYK 0 0.42 0.86 0.13
HSL 30.79º 0.75% 0.5% -
HSV(B) 30.79º 0.86% 0.87% -
XYZ 38.67 31.76 5.46 -
YUV 146.64 63.31 182.47 -
System Red Green Blue C M Y K H S L
Decimal 223 130 32 0 0.42 0.86 0.13 30.79 0.75 0.5
Hex DF 82 20 0 2A 56 D 1F 4B 32
Octal 337 202 40 0 52 126 15 37 113 62
Binary 11011111 10000010 100000 0 101010 1010110 1101 11111 1001011 110010

Color Harmonies of #DF8220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8220

Black with #DF8220

Text Example


Text Example

White with #DF8220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8220; }

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

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

background-color css

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

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

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

border-color css

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

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

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