Html Css Color HEX #DF8412 Carrot Orange

📋 copy color: '#DF8412'

red 223 ◦ green 132 ◦ blue 18

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

Shades of Carrot Orange #DF8412

Tints of Carrot Orange #DF8412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.39%

 BLUE value IS 18 (7.42% from 255) = 4.83%

R = 59.79%
G = 35.39%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF8412 (or 0xDF8412) is known color: Carrot Orange. HEX triplet: DF, 84 and 12. RGB value is (223,132,18). Sum of RGB (Red+Green+Blue) = 223+132+18=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8412 is #207BED. Grayscale: #929292. Windows color (decimal): -2128878 or 1213663. OLE color: 1213663.

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

Color convert

RGB 223 132 18 -
CMYK 0 0.41 0.92 0.13
HSL 33.37º 0.85% 0.47% -
HSV(B) 33.37º 0.92% 0.87% -
XYZ 38.79 32.23 4.75 -
YUV 146.21 55.65 182.77 -
System Red Green Blue C M Y K H S L
Decimal 223 132 18 0 0.41 0.92 0.13 33.37 0.85 0.47
Hex DF 84 12 0 29 5C D 21 55 2F
Octal 337 204 22 0 51 134 15 41 125 57
Binary 11011111 10000100 10010 0 101001 1011100 1101 100001 1010101 101111

Color Harmonies of #DF8412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8412

Black with #DF8412

Text Example


Text Example

White with #DF8412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8412; }

 p { color: rgb(223,132,18); }

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

background-color css

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

 a { background-color: rgb(223,132,18); }

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

border-color css

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

 span { border-color: rgb(223,132,18); }

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