Html Css Color HEX #DF861C Carrot Orange

📋 copy color: '#DF861C'

red 223 ◦ green 134 ◦ blue 28

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

Shades of Carrot Orange #DF861C

Tints of Carrot Orange #DF861C

RGB

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

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

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

R = 57.92%
G = 34.81%
B = 7.27%

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

#DF861C (or 0xDF861C) is known color: Carrot Orange. HEX triplet: DF, 86 and 1C. RGB value is (223,134,28). Sum of RGB (Red+Green+Blue) = 223+134+28=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 28 (11.33% from 255 or 7.27% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF861C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF861C is #2079E3. Grayscale: #959595. Windows color (decimal): -2128356 or 1869535. OLE color: 1869535.

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

Color convert

RGB 223 134 28 -
CMYK 0 0.40 0.87 0.13
HSL 32.62º 0.78% 0.49% -
HSV(B) 32.62º 0.87% 0.87% -
XYZ 39.17 32.82 5.37 -
YUV 148.53 59.99 181.12 -
System Red Green Blue C M Y K H S L
Decimal 223 134 28 0 0.40 0.87 0.13 32.62 0.78 0.49
Hex DF 86 1C 0 28 57 D 21 4E 31
Octal 337 206 34 0 50 127 15 41 116 61
Binary 11011111 10000110 11100 0 101000 1010111 1101 100001 1001110 110001

Color Harmonies of #DF861C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF861C

Black with #DF861C

Text Example


Text Example

White with #DF861C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF861C; }

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

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

background-color css

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

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

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

border-color css

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

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

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