Html Css Color HEX #DF8515 Carrot Orange

📋 copy color: '#DF8515'

red 223 ◦ green 133 ◦ blue 21

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

Shades of Carrot Orange #DF8515

Tints of Carrot Orange #DF8515

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.28%

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

R = 59.15%
G = 35.28%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF8515 (or 0xDF8515) is known color: Carrot Orange. HEX triplet: DF, 85 and 15. RGB value is (223,133,21). Sum of RGB (Red+Green+Blue) = 223+133+21=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 21 (8.59% from 255 or 5.57% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8515 is #207AEA. Grayscale: #939393. Windows color (decimal): -2128619 or 1410527. OLE color: 1410527.

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

Color convert

RGB 223 133 21 -
CMYK 0 0.40 0.91 0.13
HSL 33.27º 0.83% 0.48% -
HSV(B) 33.27º 0.91% 0.87% -
XYZ 38.95 32.52 4.93 -
YUV 147.14 56.82 182.11 -
System Red Green Blue C M Y K H S L
Decimal 223 133 21 0 0.40 0.91 0.13 33.27 0.83 0.48
Hex DF 85 15 0 28 5B D 21 53 30
Octal 337 205 25 0 50 133 15 41 123 60
Binary 11011111 10000101 10101 0 101000 1011011 1101 100001 1010011 110000

Color Harmonies of #DF8515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8515

Black with #DF8515

Text Example


Text Example

White with #DF8515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8515; }

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

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

background-color css

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

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

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

border-color css

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

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

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