Html Css Color HEX #DE851B Carrot Orange

📋 copy color: '#DE851B'

red 222 ◦ green 133 ◦ blue 27

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

Shades of Carrot Orange #DE851B

Tints of Carrot Orange #DE851B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.07%

R = 58.12%
G = 34.82%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DE851B (or 0xDE851B) is known color: Carrot Orange. HEX triplet: DE, 85 and 1B. RGB value is (222,133,27). Sum of RGB (Red+Green+Blue) = 222+133+27=382 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.12% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 27 (10.94% from 255 or 7.07% from 382); Max value from RGB is 222 - color contains mainly: red. Hex color #DE851B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE851B is #217AE4. Grayscale: #949494. Windows color (decimal): -2194149 or 1803742. OLE color: 1803742.

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

Color convert

RGB 222 133 27 -
CMYK 0 0.40 0.88 0.13
HSL 32.62º 0.78% 0.49% -
HSV(B) 32.62º 0.88% 0.87% -
XYZ 38.71 32.38 5.25 -
YUV 147.53 59.99 181.12 -
System Red Green Blue C M Y K H S L
Decimal 222 133 27 0 0.40 0.88 0.13 32.62 0.78 0.49
Hex DE 85 1B 0 28 58 D 21 4E 31
Octal 336 205 33 0 50 130 15 41 116 61
Binary 11011110 10000101 11011 0 101000 1011000 1101 100001 1001110 110001

Color Harmonies of #DE851B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE851B

Black with #DE851B

Text Example


Text Example

White with #DE851B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE851B; }

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

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

background-color css

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

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

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

border-color css

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

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

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