Html Css Color HEX #DE841F Carrot Orange

📋 copy color: '#DE841F'

red 222 ◦ green 132 ◦ blue 31

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

Shades of Carrot Orange #DE841F

Tints of Carrot Orange #DE841F

RGB

 RED value IS 222 (87.11% from 255) = 57.66%

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

 BLUE value IS 31 (12.5% from 255) = 8.05%

R = 57.66%
G = 34.29%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE841F (or 0xDE841F) is known color: Carrot Orange. HEX triplet: DE, 84 and 1F. RGB value is (222,132,31). Sum of RGB (Red+Green+Blue) = 222+132+31=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE841F is #217BE0. Grayscale: #939393. Windows color (decimal): -2194401 or 2065630. OLE color: 2065630.

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

Color convert

RGB 222 132 31 -
CMYK 0 0.41 0.86 0.13
HSL 31.73º 0.75% 0.5% -
HSV(B) 31.73º 0.86% 0.87% -
XYZ 38.62 32.13 5.46 -
YUV 147.4 62.32 181.21 -
System Red Green Blue C M Y K H S L
Decimal 222 132 31 0 0.41 0.86 0.13 31.73 0.75 0.5
Hex DE 84 1F 0 29 56 D 20 4B 32
Octal 336 204 37 0 51 126 15 40 113 62
Binary 11011110 10000100 11111 0 101001 1010110 1101 100000 1001011 110010

Color Harmonies of #DE841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE841F

Black with #DE841F

Text Example


Text Example

White with #DE841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE841F; }

 p { color: rgb(222,132,31); }

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

background-color css

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

 a { background-color: rgb(222,132,31); }

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

border-color css

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

 span { border-color: rgb(222,132,31); }

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