Html Css Color HEX #DF8614 Carrot Orange

📋 copy color: '#DF8614'

red 223 ◦ green 134 ◦ blue 20

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

Shades of Carrot Orange #DF8614

Tints of Carrot Orange #DF8614

RGB

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

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

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

R = 59.15%
G = 35.54%
B = 5.31%

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

#DF8614 (or 0xDF8614) is known color: Carrot Orange. HEX triplet: DF, 86 and 14. RGB value is (223,134,20). Sum of RGB (Red+Green+Blue) = 223+134+20=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8614 is #2079EB. Grayscale: #949494. Windows color (decimal): -2128364 or 1345247. OLE color: 1345247.

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

Color convert

RGB 223 134 20 -
CMYK 0 0.40 0.91 0.13
HSL 33.69º 0.84% 0.48% -
HSV(B) 33.69º 0.91% 0.87% -
XYZ 39.08 32.79 4.93 -
YUV 147.62 55.99 181.77 -
System Red Green Blue C M Y K H S L
Decimal 223 134 20 0 0.40 0.91 0.13 33.69 0.84 0.48
Hex DF 86 14 0 28 5B D 22 54 30
Octal 337 206 24 0 50 133 15 42 124 60
Binary 11011111 10000110 10100 0 101000 1011011 1101 100010 1010100 110000

Color Harmonies of #DF8614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8614

Black with #DF8614

Text Example


Text Example

White with #DF8614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8614; }

 p { color: rgb(223,134,20); }

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

background-color css

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

 a { background-color: rgb(223,134,20); }

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

border-color css

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

 span { border-color: rgb(223,134,20); }

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