Html Css Color HEX #DE8815 Carrot Orange

📋 copy color: '#DE8815'

red 222 ◦ green 136 ◦ blue 21

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

Shades of Carrot Orange #DE8815

Tints of Carrot Orange #DE8815

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.88%

 BLUE value IS 21 (8.59% from 255) = 5.54%

R = 58.58%
G = 35.88%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE8815 (or 0xDE8815) is known color: Carrot Orange. HEX triplet: DE, 88 and 15. RGB value is (222,136,21). Sum of RGB (Red+Green+Blue) = 222+136+21=379 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.58% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8815 is #2177EA. Grayscale: #959595. Windows color (decimal): -2193387 or 1411294. OLE color: 1411294.

HSL color Cylindrical-coordinate representation of color #DE8815: hue angle of 34.33º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE8815 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 136 21 -
CMYK 0 0.39 0.91 0.13
HSL 34.33º 0.83% 0.48% -
HSV(B) 34.33º 0.91% 0.87% -
XYZ 39.06 33.19 5.06 -
YUV 148.6 55.99 180.35 -
System Red Green Blue C M Y K H S L
Decimal 222 136 21 0 0.39 0.91 0.13 34.33 0.83 0.48
Hex DE 88 15 0 27 5B D 22 53 30
Octal 336 210 25 0 47 133 15 42 123 60
Binary 11011110 10001000 10101 0 100111 1011011 1101 100010 1010011 110000

Color Harmonies of #DE8815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8815

Black with #DE8815

Text Example


Text Example

White with #DE8815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8815; }

 p { color: rgb(222,136,21); }

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

background-color css

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

 a { background-color: rgb(222,136,21); }

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

border-color css

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

 span { border-color: rgb(222,136,21); }

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