Html Css Color HEX #DF8D1B Carrot Orange

📋 copy color: '#DF8D1B'

red 223 ◦ green 141 ◦ blue 27

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

Shades of Carrot Orange #DF8D1B

Tints of Carrot Orange #DF8D1B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.06%

 BLUE value IS 27 (10.94% from 255) = 6.91%

R = 57.03%
G = 36.06%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF8D1B (or 0xDF8D1B) is known color: Carrot Orange. HEX triplet: DF, 8D and 1B. RGB value is (223,141,27). Sum of RGB (Red+Green+Blue) = 223+141+27=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 27 (10.94% from 255 or 6.91% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8D1B is #2072E4. Grayscale: #999999. Windows color (decimal): -2126565 or 1805791. OLE color: 1805791.

HSL color Cylindrical-coordinate representation of color #DF8D1B: hue angle of 34.9º degrees, saturation: 0.78, 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 #DF8D1B is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 141 27 -
CMYK 0 0.37 0.88 0.13
HSL 34.9º 0.78% 0.49% -
HSV(B) 34.9º 0.88% 0.87% -
XYZ 40.15 34.82 5.64 -
YUV 152.52 57.17 178.27 -
System Red Green Blue C M Y K H S L
Decimal 223 141 27 0 0.37 0.88 0.13 34.9 0.78 0.49
Hex DF 8D 1B 0 25 58 D 23 4E 31
Octal 337 215 33 0 45 130 15 43 116 61
Binary 11011111 10001101 11011 0 100101 1011000 1101 100011 1001110 110001

Color Harmonies of #DF8D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8D1B

Black with #DF8D1B

Text Example


Text Example

White with #DF8D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8D1B; }

 p { color: rgb(223,141,27); }

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

background-color css

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

 a { background-color: rgb(223,141,27); }

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

border-color css

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

 span { border-color: rgb(223,141,27); }

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