Html Css Color HEX #DF841C Carrot Orange

📋 copy color: '#DF841C'

red 223 ◦ green 132 ◦ blue 28

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

Shades of Carrot Orange #DF841C

Tints of Carrot Orange #DF841C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.46%

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

R = 58.22%
G = 34.46%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF841C (or 0xDF841C) is known color: Carrot Orange. HEX triplet: DF, 84 and 1C. RGB value is (223,132,28). Sum of RGB (Red+Green+Blue) = 223+132+28=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 28 (11.33% from 255 or 7.31% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF841C is #207BE3. Grayscale: #939393. Windows color (decimal): -2128868 or 1869023. OLE color: 1869023.

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

Color convert

RGB 223 132 28 -
CMYK 0 0.41 0.87 0.13
HSL 32º 0.78% 0.49% -
HSV(B) 32º 0.87% 0.87% -
XYZ 38.89 32.27 5.28 -
YUV 147.35 60.65 181.96 -
System Red Green Blue C M Y K H S L
Decimal 223 132 28 0 0.41 0.87 0.13 32 0.78 0.49
Hex DF 84 1C 0 29 57 D 20 4E 31
Octal 337 204 34 0 51 127 15 40 116 61
Binary 11011111 10000100 11100 0 101001 1010111 1101 100000 1001110 110001

Color Harmonies of #DF841C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF841C

Black with #DF841C

Text Example


Text Example

White with #DF841C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF841C; }

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

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

background-color css

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

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

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

border-color css

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

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

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