Html Css Color HEX #DF821D Carrot Orange

📋 copy color: '#DF821D'

red 223 ◦ green 130 ◦ blue 29

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

Shades of Carrot Orange #DF821D

Tints of Carrot Orange #DF821D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.59%

R = 58.38%
G = 34.03%
B = 7.59%

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

#DF821D (or 0xDF821D) is known color: Carrot Orange. HEX triplet: DF, 82 and 1D. RGB value is (223,130,29). Sum of RGB (Red+Green+Blue) = 223+130+29=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 29 (11.72% from 255 or 7.59% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF821D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF821D is #207DE2. Grayscale: #929292. Windows color (decimal): -2129379 or 1934047. OLE color: 1934047.

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

Color convert

RGB 223 130 29 -
CMYK 0 0.42 0.87 0.13
HSL 31.24º 0.77% 0.49% -
HSV(B) 31.24º 0.87% 0.87% -
XYZ 38.64 31.74 5.25 -
YUV 146.29 61.81 182.71 -
System Red Green Blue C M Y K H S L
Decimal 223 130 29 0 0.42 0.87 0.13 31.24 0.77 0.49
Hex DF 82 1D 0 2A 57 D 1F 4D 31
Octal 337 202 35 0 52 127 15 37 115 61
Binary 11011111 10000010 11101 0 101010 1010111 1101 11111 1001101 110001

Color Harmonies of #DF821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF821D

Black with #DF821D

Text Example


Text Example

White with #DF821D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF821D; }

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

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

background-color css

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

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

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

border-color css

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

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

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