Html Css Color HEX #DE8514 Carrot Orange

📋 copy color: '#DE8514'

red 222 ◦ green 133 ◦ blue 20

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

Shades of Carrot Orange #DE8514

Tints of Carrot Orange #DE8514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.33%

R = 59.2%
G = 35.47%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE8514 (or 0xDE8514) is known color: Carrot Orange. HEX triplet: DE, 85 and 14. RGB value is (222,133,20). Sum of RGB (Red+Green+Blue) = 222+133+20=375 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.2% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8514 is #217AEB. Grayscale: #939393. Windows color (decimal): -2194156 or 1344990. OLE color: 1344990.

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

Color convert

RGB 222 133 20 -
CMYK 0 0.40 0.91 0.13
HSL 33.56º 0.83% 0.47% -
HSV(B) 33.56º 0.91% 0.87% -
XYZ 38.64 32.36 4.87 -
YUV 146.73 56.49 181.69 -
System Red Green Blue C M Y K H S L
Decimal 222 133 20 0 0.40 0.91 0.13 33.56 0.83 0.47
Hex DE 85 14 0 28 5B D 22 53 2F
Octal 336 205 24 0 50 133 15 42 123 57
Binary 11011110 10000101 10100 0 101000 1011011 1101 100010 1010011 101111

Color Harmonies of #DE8514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8514

Black with #DE8514

Text Example


Text Example

White with #DE8514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8514; }

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

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

background-color css

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

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

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

border-color css

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

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

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