Html Css Color HEX #DF8312 Carrot Orange

📋 copy color: '#DF8312'

red 223 ◦ green 131 ◦ blue 18

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

Shades of Carrot Orange #DF8312

Tints of Carrot Orange #DF8312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.22%

 BLUE value IS 18 (7.42% from 255) = 4.84%

R = 59.95%
G = 35.22%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF8312 (or 0xDF8312) is known color: Carrot Orange. HEX triplet: DF, 83 and 12. RGB value is (223,131,18). Sum of RGB (Red+Green+Blue) = 223+131+18=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 18 (7.42% from 255 or 4.84% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8312 is #207CED. Grayscale: #929292. Windows color (decimal): -2129134 or 1213407. OLE color: 1213407.

HSL color Cylindrical-coordinate representation of color #DF8312: hue angle of 33.07º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF8312 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 131 18 -
CMYK 0 0.41 0.92 0.13
HSL 33.07º 0.85% 0.47% -
HSV(B) 33.07º 0.92% 0.87% -
XYZ 38.66 31.96 4.7 -
YUV 145.63 55.98 183.19 -
System Red Green Blue C M Y K H S L
Decimal 223 131 18 0 0.41 0.92 0.13 33.07 0.85 0.47
Hex DF 83 12 0 29 5C D 21 55 2F
Octal 337 203 22 0 51 134 15 41 125 57
Binary 11011111 10000011 10010 0 101001 1011100 1101 100001 1010101 101111

Color Harmonies of #DF8312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8312

Black with #DF8312

Text Example


Text Example

White with #DF8312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8312; }

 p { color: rgb(223,131,18); }

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

background-color css

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

 a { background-color: rgb(223,131,18); }

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

border-color css

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

 span { border-color: rgb(223,131,18); }

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