Html Css Color HEX #DF8A1E Carrot Orange

📋 copy color: '#DF8A1E'

red 223 ◦ green 138 ◦ blue 30

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

Shades of Carrot Orange #DF8A1E

Tints of Carrot Orange #DF8A1E

RGB

 RED value IS 223 (87.5% from 255) = 57.03%

 GREEN value IS 138 (54.3% from 255) = 35.29%

 BLUE value IS 30 (12.11% from 255) = 7.67%

R = 57.03%
G = 35.29%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF8A1E (or 0xDF8A1E) is known color: Carrot Orange. HEX triplet: DF, 8A and 1E. RGB value is (223,138,30). Sum of RGB (Red+Green+Blue) = 223+138+30=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8A1E is #2075E1. Grayscale: #979797. Windows color (decimal): -2127330 or 2001631. OLE color: 2001631.

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

Color convert

RGB 223 138 30 -
CMYK 0 0.38 0.87 0.13
HSL 33.58º 0.76% 0.5% -
HSV(B) 33.58º 0.87% 0.87% -
XYZ 39.75 33.96 5.69 -
YUV 151.1 59.66 179.28 -
System Red Green Blue C M Y K H S L
Decimal 223 138 30 0 0.38 0.87 0.13 33.58 0.76 0.5
Hex DF 8A 1E 0 26 57 D 22 4C 32
Octal 337 212 36 0 46 127 15 42 114 62
Binary 11011111 10001010 11110 0 100110 1010111 1101 100010 1001100 110010

Color Harmonies of #DF8A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8A1E

Black with #DF8A1E

Text Example


Text Example

White with #DF8A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8A1E; }

 p { color: rgb(223,138,30); }

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

background-color css

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

 a { background-color: rgb(223,138,30); }

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

border-color css

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

 span { border-color: rgb(223,138,30); }

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