Html Css Color HEX #DE841D Carrot Orange

📋 copy color: '#DE841D'

red 222 ◦ green 132 ◦ blue 29

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

Shades of Carrot Orange #DE841D

Tints of Carrot Orange #DE841D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.57%

R = 57.96%
G = 34.46%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DE841D (or 0xDE841D) is known color: Carrot Orange. HEX triplet: DE, 84 and 1D. RGB value is (222,132,29). Sum of RGB (Red+Green+Blue) = 222+132+29=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 29 (11.72% from 255 or 7.57% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE841D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE841D is #217BE2. Grayscale: #939393. Windows color (decimal): -2194403 or 1934558. OLE color: 1934558.

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

Color convert

RGB 222 132 29 -
CMYK 0 0.41 0.87 0.13
HSL 32.02º 0.77% 0.49% -
HSV(B) 32.02º 0.87% 0.87% -
XYZ 38.6 32.12 5.33 -
YUV 147.17 61.32 181.38 -
System Red Green Blue C M Y K H S L
Decimal 222 132 29 0 0.41 0.87 0.13 32.02 0.77 0.49
Hex DE 84 1D 0 29 57 D 20 4D 31
Octal 336 204 35 0 51 127 15 40 115 61
Binary 11011110 10000100 11101 0 101001 1010111 1101 100000 1001101 110001

Color Harmonies of #DE841D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE841D

Black with #DE841D

Text Example


Text Example

White with #DE841D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE841D; }

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

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

background-color css

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

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

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

border-color css

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

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

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