Html Css Color HEX #DF8814 Carrot Orange

📋 copy color: '#DF8814'

red 223 ◦ green 136 ◦ blue 20

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

Shades of Carrot Orange #DF8814

Tints of Carrot Orange #DF8814

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.88%

 BLUE value IS 20 (8.2% from 255) = 5.28%

R = 58.84%
G = 35.88%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF8814 (or 0xDF8814) is known color: Carrot Orange. HEX triplet: DF, 88 and 14. RGB value is (223,136,20). Sum of RGB (Red+Green+Blue) = 223+136+20=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8814 is #2077EB. Grayscale: #959595. Windows color (decimal): -2127852 or 1345759. OLE color: 1345759.

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

Color convert

RGB 223 136 20 -
CMYK 0 0.39 0.91 0.13
HSL 34.29º 0.84% 0.48% -
HSV(B) 34.29º 0.91% 0.87% -
XYZ 39.36 33.35 5.02 -
YUV 148.79 55.32 180.93 -
System Red Green Blue C M Y K H S L
Decimal 223 136 20 0 0.39 0.91 0.13 34.29 0.84 0.48
Hex DF 88 14 0 27 5B D 22 54 30
Octal 337 210 24 0 47 133 15 42 124 60
Binary 11011111 10001000 10100 0 100111 1011011 1101 100010 1010100 110000

Color Harmonies of #DF8814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8814

Black with #DF8814

Text Example


Text Example

White with #DF8814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8814; }

 p { color: rgb(223,136,20); }

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

background-color css

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

 a { background-color: rgb(223,136,20); }

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

border-color css

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

 span { border-color: rgb(223,136,20); }

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