Html Css Color HEX #DF821A Carrot Orange

📋 copy color: '#DF821A'

red 223 ◦ green 130 ◦ blue 26

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

Shades of Carrot Orange #DF821A

Tints of Carrot Orange #DF821A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.86%

R = 58.84%
G = 34.3%
B = 6.86%

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

#DF821A (or 0xDF821A) is known color: Carrot Orange. HEX triplet: DF, 82 and 1A. RGB value is (223,130,26). Sum of RGB (Red+Green+Blue) = 223+130+26=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF821A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF821A is #207DE5. Grayscale: #929292. Windows color (decimal): -2129382 or 1737439. OLE color: 1737439.

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

Color convert

RGB 223 130 26 -
CMYK 0 0.42 0.88 0.13
HSL 31.68º 0.79% 0.49% -
HSV(B) 31.68º 0.88% 0.87% -
XYZ 38.6 31.73 5.07 -
YUV 145.95 60.31 182.96 -
System Red Green Blue C M Y K H S L
Decimal 223 130 26 0 0.42 0.88 0.13 31.68 0.79 0.49
Hex DF 82 1A 0 2A 58 D 20 4F 31
Octal 337 202 32 0 52 130 15 40 117 61
Binary 11011111 10000010 11010 0 101010 1011000 1101 100000 1001111 110001

Color Harmonies of #DF821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF821A

Black with #DF821A

Text Example


Text Example

White with #DF821A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF821A; }

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

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

background-color css

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

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

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

border-color css

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

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

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