Html Css Color HEX #DF8F1A Carrot Orange

📋 copy color: '#DF8F1A'

red 223 ◦ green 143 ◦ blue 26

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

Shades of Carrot Orange #DF8F1A

Tints of Carrot Orange #DF8F1A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.48%

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

R = 56.89%
G = 36.48%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF8F1A (or 0xDF8F1A) is known color: Carrot Orange. HEX triplet: DF, 8F and 1A. RGB value is (223,143,26). Sum of RGB (Red+Green+Blue) = 223+143+26=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 26 (10.55% from 255 or 6.63% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8F1A is #2070E5. Grayscale: #9A9A9A. Windows color (decimal): -2126054 or 1740767. OLE color: 1740767.

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

Color convert

RGB 223 143 26 -
CMYK 0 0.36 0.88 0.13
HSL 35.63º 0.79% 0.49% -
HSV(B) 35.63º 0.88% 0.87% -
XYZ 40.44 35.41 5.68 -
YUV 153.58 56 177.51 -
System Red Green Blue C M Y K H S L
Decimal 223 143 26 0 0.36 0.88 0.13 35.63 0.79 0.49
Hex DF 8F 1A 0 24 58 D 24 4F 31
Octal 337 217 32 0 44 130 15 44 117 61
Binary 11011111 10001111 11010 0 100100 1011000 1101 100100 1001111 110001

Color Harmonies of #DF8F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8F1A

Black with #DF8F1A

Text Example


Text Example

White with #DF8F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8F1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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