Html Css Color HEX #DF8A1A Carrot Orange

📋 copy color: '#DF8A1A'

red 223 ◦ green 138 ◦ blue 26

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

Shades of Carrot Orange #DF8A1A

Tints of Carrot Orange #DF8A1A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.66%

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

R = 57.62%
G = 35.66%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF8A1A (or 0xDF8A1A) is known color: Carrot Orange. HEX triplet: DF, 8A and 1A. RGB value is (223,138,26). Sum of RGB (Red+Green+Blue) = 223+138+26=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 26 (10.55% from 255 or 6.72% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8A1A is #2075E5. Grayscale: #979797. Windows color (decimal): -2127334 or 1739487. OLE color: 1739487.

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

Color convert

RGB 223 138 26 -
CMYK 0 0.38 0.88 0.13
HSL 34.11º 0.79% 0.49% -
HSV(B) 34.11º 0.88% 0.87% -
XYZ 39.71 33.94 5.44 -
YUV 150.65 57.66 179.61 -
System Red Green Blue C M Y K H S L
Decimal 223 138 26 0 0.38 0.88 0.13 34.11 0.79 0.49
Hex DF 8A 1A 0 26 58 D 22 4F 31
Octal 337 212 32 0 46 130 15 42 117 61
Binary 11011111 10001010 11010 0 100110 1011000 1101 100010 1001111 110001

Color Harmonies of #DF8A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8A1A

Black with #DF8A1A

Text Example


Text Example

White with #DF8A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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