Html Css Color HEX #DE821C Carrot Orange

📋 copy color: '#DE821C'

red 222 ◦ green 130 ◦ blue 28

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

Shades of Carrot Orange #DE821C

Tints of Carrot Orange #DE821C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.37%

R = 58.42%
G = 34.21%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DE821C (or 0xDE821C) is known color: Carrot Orange. HEX triplet: DE, 82 and 1C. RGB value is (222,130,28). Sum of RGB (Red+Green+Blue) = 222+130+28=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 28 (11.33% from 255 or 7.37% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE821C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE821C is #217DE3. Grayscale: #929292. Windows color (decimal): -2194916 or 1868510. OLE color: 1868510.

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

Color convert

RGB 222 130 28 -
CMYK 0 0.41 0.87 0.13
HSL 31.55º 0.78% 0.49% -
HSV(B) 31.55º 0.87% 0.87% -
XYZ 38.32 31.58 5.17 -
YUV 145.88 61.48 182.29 -
System Red Green Blue C M Y K H S L
Decimal 222 130 28 0 0.41 0.87 0.13 31.55 0.78 0.49
Hex DE 82 1C 0 29 57 D 20 4E 31
Octal 336 202 34 0 51 127 15 40 116 61
Binary 11011110 10000010 11100 0 101001 1010111 1101 100000 1001110 110001

Color Harmonies of #DE821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE821C

Black with #DE821C

Text Example


Text Example

White with #DE821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE821C; }

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

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

background-color css

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

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

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

border-color css

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

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

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