Html Css Color HEX #DE8215 Carrot Orange

📋 copy color: '#DE8215'

red 222 ◦ green 130 ◦ blue 21

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

Shades of Carrot Orange #DE8215

Tints of Carrot Orange #DE8215

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.85%

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

R = 59.52%
G = 34.85%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE8215 (or 0xDE8215) is known color: Carrot Orange. HEX triplet: DE, 82 and 15. RGB value is (222,130,21). Sum of RGB (Red+Green+Blue) = 222+130+21=373 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.52% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 21 (8.59% from 255 or 5.63% from 373); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8215 is #217DEA. Grayscale: #919191. Windows color (decimal): -2194923 or 1409758. OLE color: 1409758.

HSL color Cylindrical-coordinate representation of color #DE8215: hue angle of 32.54º 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 #DE8215 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 130 21 -
CMYK 0 0.41 0.91 0.13
HSL 32.54º 0.83% 0.48% -
HSV(B) 32.54º 0.91% 0.87% -
XYZ 38.24 31.55 4.78 -
YUV 145.08 57.98 182.86 -
System Red Green Blue C M Y K H S L
Decimal 222 130 21 0 0.41 0.91 0.13 32.54 0.83 0.48
Hex DE 82 15 0 29 5B D 21 53 30
Octal 336 202 25 0 51 133 15 41 123 60
Binary 11011110 10000010 10101 0 101001 1011011 1101 100001 1010011 110000

Color Harmonies of #DE8215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8215

Black with #DE8215

Text Example


Text Example

White with #DE8215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8215; }

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

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

background-color css

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

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

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

border-color css

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

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

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