Html Css Color HEX #DF861A Carrot Orange

📋 copy color: '#DF861A'

red 223 ◦ green 134 ◦ blue 26

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

Shades of Carrot Orange #DF861A

Tints of Carrot Orange #DF861A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.79%

R = 58.22%
G = 34.99%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF861A (or 0xDF861A) is known color: Carrot Orange. HEX triplet: DF, 86 and 1A. RGB value is (223,134,26). Sum of RGB (Red+Green+Blue) = 223+134+26=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 26 (10.55% from 255 or 6.79% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF861A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF861A is #2079E5. Grayscale: #949494. Windows color (decimal): -2128358 or 1738463. OLE color: 1738463.

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

Color convert

RGB 223 134 26 -
CMYK 0 0.40 0.88 0.13
HSL 32.89º 0.79% 0.49% -
HSV(B) 32.89º 0.88% 0.87% -
XYZ 39.14 32.81 5.25 -
YUV 148.3 58.99 181.28 -
System Red Green Blue C M Y K H S L
Decimal 223 134 26 0 0.40 0.88 0.13 32.89 0.79 0.49
Hex DF 86 1A 0 28 58 D 21 4F 31
Octal 337 206 32 0 50 130 15 41 117 61
Binary 11011111 10000110 11010 0 101000 1011000 1101 100001 1001111 110001

Color Harmonies of #DF861A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF861A

Black with #DF861A

Text Example


Text Example

White with #DF861A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF861A; }

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

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

background-color css

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

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

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

border-color css

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

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

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