Html Css Color HEX #DF8315 Carrot Orange

📋 copy color: '#DF8315'

red 223 ◦ green 131 ◦ blue 21

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

Shades of Carrot Orange #DF8315

Tints of Carrot Orange #DF8315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.6%

R = 59.47%
G = 34.93%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF8315 (or 0xDF8315) is known color: Carrot Orange. HEX triplet: DF, 83 and 15. RGB value is (223,131,21). Sum of RGB (Red+Green+Blue) = 223+131+21=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8315 is #207CEA. Grayscale: #929292. Windows color (decimal): -2129131 or 1410015. OLE color: 1410015.

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

Color convert

RGB 223 131 21 -
CMYK 0 0.41 0.91 0.13
HSL 32.67º 0.83% 0.48% -
HSV(B) 32.67º 0.91% 0.87% -
XYZ 38.68 31.97 4.84 -
YUV 145.97 57.48 182.94 -
System Red Green Blue C M Y K H S L
Decimal 223 131 21 0 0.41 0.91 0.13 32.67 0.83 0.48
Hex DF 83 15 0 29 5B D 21 53 30
Octal 337 203 25 0 51 133 15 41 123 60
Binary 11011111 10000011 10101 0 101001 1011011 1101 100001 1010011 110000

Color Harmonies of #DF8315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8315

Black with #DF8315

Text Example


Text Example

White with #DF8315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8315; }

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

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

background-color css

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

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

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

border-color css

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

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

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