Html Css Color HEX #DF821C Carrot Orange

📋 copy color: '#DF821C'

red 223 ◦ green 130 ◦ blue 28

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

Shades of Carrot Orange #DF821C

Tints of Carrot Orange #DF821C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.12%

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

R = 58.53%
G = 34.12%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF821C (or 0xDF821C) is known color: Carrot Orange. HEX triplet: DF, 82 and 1C. RGB value is (223,130,28). Sum of RGB (Red+Green+Blue) = 223+130+28=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 28 (11.33% from 255 or 7.35% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF821C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF821C is #207DE3. Grayscale: #929292. Windows color (decimal): -2129380 or 1868511. OLE color: 1868511.

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

Color convert

RGB 223 130 28 -
CMYK 0 0.42 0.87 0.13
HSL 31.38º 0.78% 0.49% -
HSV(B) 31.38º 0.87% 0.87% -
XYZ 38.62 31.74 5.19 -
YUV 146.18 61.31 182.79 -
System Red Green Blue C M Y K H S L
Decimal 223 130 28 0 0.42 0.87 0.13 31.38 0.78 0.49
Hex DF 82 1C 0 2A 57 D 1F 4E 31
Octal 337 202 34 0 52 127 15 37 116 61
Binary 11011111 10000010 11100 0 101010 1010111 1101 11111 1001110 110001

Color Harmonies of #DF821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF821C

Black with #DF821C

Text Example


Text Example

White with #DF821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF821C; }

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

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

background-color css

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

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

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

border-color css

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

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

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