Html Css Color HEX #DF8E01 Gamboge

📋 copy color: '#DF8E01'

red 223 ◦ green 142 ◦ blue 1

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

Shades of Gamboge #DF8E01

Tints of Gamboge #DF8E01

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.8%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 60.93%
G = 38.8%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DF8E01 (or 0xDF8E01) is known color: Gamboge. HEX triplet: DF, 8E and 01. RGB value is (223,142,1). Sum of RGB (Red+Green+Blue) = 223+142+1=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 1 (0.78% from 255 or 0.27% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8E01 is #2071FE. Grayscale: #969696. Windows color (decimal): -2126335 or 102111. OLE color: 102111.

HSL color Cylindrical-coordinate representation of color #DF8E01: hue angle of 38.11º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF8E01 is Cyan = 0, Magento = 0.36, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 142 1 -
CMYK 0 0.36 1.00 0.13
HSL 38.11º 0.99% 0.44% -
HSV(B) 38.11º 1% 0.87% -
XYZ 40.11 35.04 4.68 -
YUV 150.15 43.84 179.96 -
System Red Green Blue C M Y K H S L
Decimal 223 142 1 0 0.36 1.00 0.13 38.11 0.99 0.44
Hex DF 8E 1 0 24 64 D 26 63 2C
Octal 337 216 1 0 44 144 15 46 143 54
Binary 11011111 10001110 1 0 100100 1100100 1101 100110 1100011 101100

Color Harmonies of #DF8E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8E01

Black with #DF8E01

Text Example


Text Example

White with #DF8E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8E01; }

 p { color: rgb(223,142,1); }

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

background-color css

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

 a { background-color: rgb(223,142,1); }

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

border-color css

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

 span { border-color: rgb(223,142,1); }

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