Html Css Color HEX #DE8516 Carrot Orange

📋 copy color: '#DE8516'

red 222 ◦ green 133 ◦ blue 22

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

Shades of Carrot Orange #DE8516

Tints of Carrot Orange #DE8516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.84%

R = 58.89%
G = 35.28%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE8516 (or 0xDE8516) is known color: Carrot Orange. HEX triplet: DE, 85 and 16. RGB value is (222,133,22). Sum of RGB (Red+Green+Blue) = 222+133+22=377 (49% of max value = 765). Red value is 222 (87.11% from 255 or 58.89% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8516 is #217AE9. Grayscale: #939393. Windows color (decimal): -2194154 or 1476062. OLE color: 1476062.

HSL color Cylindrical-coordinate representation of color #DE8516: hue angle of 33.3º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE8516 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 133 22 -
CMYK 0 0.40 0.90 0.13
HSL 33.3º 0.82% 0.48% -
HSV(B) 33.3º 0.9% 0.87% -
XYZ 38.66 32.36 4.97 -
YUV 146.96 57.49 181.53 -
System Red Green Blue C M Y K H S L
Decimal 222 133 22 0 0.40 0.90 0.13 33.3 0.82 0.48
Hex DE 85 16 0 28 5A D 21 52 30
Octal 336 205 26 0 50 132 15 41 122 60
Binary 11011110 10000101 10110 0 101000 1011010 1101 100001 1010010 110000

Color Harmonies of #DE8516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8516

Black with #DE8516

Text Example


Text Example

White with #DE8516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8516; }

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

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

background-color css

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

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

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

border-color css

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

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

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