Html Css Color HEX #DE851E Carrot Orange

📋 copy color: '#DE851E'

red 222 ◦ green 133 ◦ blue 30

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

Shades of Carrot Orange #DE851E

Tints of Carrot Orange #DE851E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.79%

R = 57.66%
G = 34.55%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE851E (or 0xDE851E) is known color: Carrot Orange. HEX triplet: DE, 85 and 1E. RGB value is (222,133,30). Sum of RGB (Red+Green+Blue) = 222+133+30=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE851E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE851E is #217AE1. Grayscale: #949494. Windows color (decimal): -2194146 or 2000350. OLE color: 2000350.

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

Color convert

RGB 222 133 30 -
CMYK 0 0.40 0.86 0.13
HSL 32.19º 0.76% 0.49% -
HSV(B) 32.19º 0.86% 0.87% -
XYZ 38.75 32.4 5.44 -
YUV 147.87 61.49 180.88 -
System Red Green Blue C M Y K H S L
Decimal 222 133 30 0 0.40 0.86 0.13 32.19 0.76 0.49
Hex DE 85 1E 0 28 56 D 20 4C 31
Octal 336 205 36 0 50 126 15 40 114 61
Binary 11011110 10000101 11110 0 101000 1010110 1101 100000 1001100 110001

Color Harmonies of #DE851E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE851E

Black with #DE851E

Text Example


Text Example

White with #DE851E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE851E; }

 p { color: rgb(222,133,30); }

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

background-color css

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

 a { background-color: rgb(222,133,30); }

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

border-color css

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

 span { border-color: rgb(222,133,30); }

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