Html Css Color HEX #DF8214 Carrot Orange

📋 copy color: '#DF8214'

red 223 ◦ green 130 ◦ blue 20

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

Shades of Carrot Orange #DF8214

Tints of Carrot Orange #DF8214

RGB

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

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

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

R = 59.79%
G = 34.85%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF8214 (or 0xDF8214) is known color: Carrot Orange. HEX triplet: DF, 82 and 14. RGB value is (223,130,20). Sum of RGB (Red+Green+Blue) = 223+130+20=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8214 is #207DEB. Grayscale: #919191. Windows color (decimal): -2129388 or 1344223. OLE color: 1344223.

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

Color convert

RGB 223 130 20 -
CMYK 0 0.42 0.91 0.13
HSL 32.51º 0.84% 0.48% -
HSV(B) 32.51º 0.91% 0.87% -
XYZ 38.54 31.7 4.75 -
YUV 145.27 57.31 183.44 -
System Red Green Blue C M Y K H S L
Decimal 223 130 20 0 0.42 0.91 0.13 32.51 0.84 0.48
Hex DF 82 14 0 2A 5B D 21 54 30
Octal 337 202 24 0 52 133 15 41 124 60
Binary 11011111 10000010 10100 0 101010 1011011 1101 100001 1010100 110000

Color Harmonies of #DF8214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8214

Black with #DF8214

Text Example


Text Example

White with #DF8214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8214; }

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

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

background-color css

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

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

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

border-color css

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

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

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