Html Css Color HEX #DE861C Carrot Orange

📋 copy color: '#DE861C'

red 222 ◦ green 134 ◦ blue 28

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

Shades of Carrot Orange #DE861C

Tints of Carrot Orange #DE861C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.9%

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

R = 57.81%
G = 34.9%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DE861C (or 0xDE861C) is known color: Carrot Orange. HEX triplet: DE, 86 and 1C. RGB value is (222,134,28). Sum of RGB (Red+Green+Blue) = 222+134+28=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 28 (11.33% from 255 or 7.29% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE861C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE861C is #2179E3. Grayscale: #949494. Windows color (decimal): -2193892 or 1869534. OLE color: 1869534.

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

Color convert

RGB 222 134 28 -
CMYK 0 0.40 0.87 0.13
HSL 32.78º 0.78% 0.49% -
HSV(B) 32.78º 0.87% 0.87% -
XYZ 38.86 32.66 5.36 -
YUV 148.23 60.15 180.62 -
System Red Green Blue C M Y K H S L
Decimal 222 134 28 0 0.40 0.87 0.13 32.78 0.78 0.49
Hex DE 86 1C 0 28 57 D 21 4E 31
Octal 336 206 34 0 50 127 15 41 116 61
Binary 11011110 10000110 11100 0 101000 1010111 1101 100001 1001110 110001

Color Harmonies of #DE861C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE861C

Black with #DE861C

Text Example


Text Example

White with #DE861C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE861C; }

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

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

background-color css

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

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

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

border-color css

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

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

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