Html Css Color HEX #DF8A1B Carrot Orange

📋 copy color: '#DF8A1B'

red 223 ◦ green 138 ◦ blue 27

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

Shades of Carrot Orange #DF8A1B

Tints of Carrot Orange #DF8A1B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.57%

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

R = 57.47%
G = 35.57%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF8A1B (or 0xDF8A1B) is known color: Carrot Orange. HEX triplet: DF, 8A and 1B. RGB value is (223,138,27). Sum of RGB (Red+Green+Blue) = 223+138+27=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 27 (10.94% from 255 or 6.96% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8A1B is #2075E4. Grayscale: #979797. Windows color (decimal): -2127333 or 1805023. OLE color: 1805023.

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

Color convert

RGB 223 138 27 -
CMYK 0 0.38 0.88 0.13
HSL 33.98º 0.78% 0.49% -
HSV(B) 33.98º 0.88% 0.87% -
XYZ 39.72 33.94 5.5 -
YUV 150.76 58.16 179.53 -
System Red Green Blue C M Y K H S L
Decimal 223 138 27 0 0.38 0.88 0.13 33.98 0.78 0.49
Hex DF 8A 1B 0 26 58 D 22 4E 31
Octal 337 212 33 0 46 130 15 42 116 61
Binary 11011111 10001010 11011 0 100110 1011000 1101 100010 1001110 110001

Color Harmonies of #DF8A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8A1B

Black with #DF8A1B

Text Example


Text Example

White with #DF8A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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