Html Css Color HEX #DF821B Carrot Orange

📋 copy color: '#DF821B'

red 223 ◦ green 130 ◦ blue 27

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

Shades of Carrot Orange #DF821B

Tints of Carrot Orange #DF821B

RGB

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

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

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

R = 58.68%
G = 34.21%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF821B (or 0xDF821B) is known color: Carrot Orange. HEX triplet: DF, 82 and 1B. RGB value is (223,130,27). Sum of RGB (Red+Green+Blue) = 223+130+27=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 27 (10.94% from 255 or 7.11% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF821B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF821B is #207DE4. Grayscale: #929292. Windows color (decimal): -2129381 or 1802975. OLE color: 1802975.

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

Color convert

RGB 223 130 27 -
CMYK 0 0.42 0.88 0.13
HSL 31.53º 0.78% 0.49% -
HSV(B) 31.53º 0.88% 0.87% -
XYZ 38.61 31.73 5.13 -
YUV 146.07 60.81 182.88 -
System Red Green Blue C M Y K H S L
Decimal 223 130 27 0 0.42 0.88 0.13 31.53 0.78 0.49
Hex DF 82 1B 0 2A 58 D 20 4E 31
Octal 337 202 33 0 52 130 15 40 116 61
Binary 11011111 10000010 11011 0 101010 1011000 1101 100000 1001110 110001

Color Harmonies of #DF821B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF821B

Black with #DF821B

Text Example


Text Example

White with #DF821B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF821B; }

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

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

background-color css

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

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

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

border-color css

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

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

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