Html Css Color HEX #DF8C01 Gamboge

📋 copy color: '#DF8C01'

red 223 ◦ green 140 ◦ blue 1

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

Shades of Gamboge #DF8C01

Tints of Gamboge #DF8C01

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.46%

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

R = 61.26%
G = 38.46%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DF8C01 (or 0xDF8C01) is known color: Gamboge. HEX triplet: DF, 8C and 01. RGB value is (223,140,1). Sum of RGB (Red+Green+Blue) = 223+140+1=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 1 (0.78% from 255 or 0.27% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8C01 is #2073FE. Grayscale: #959595. Windows color (decimal): -2126847 or 101599. OLE color: 101599.

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

Color convert

RGB 223 140 1 -
CMYK 0 0.37 1.00 0.13
HSL 37.57º 0.99% 0.44% -
HSV(B) 37.57º 1% 0.87% -
XYZ 39.81 34.45 4.58 -
YUV 148.97 44.5 180.8 -
System Red Green Blue C M Y K H S L
Decimal 223 140 1 0 0.37 1.00 0.13 37.57 0.99 0.44
Hex DF 8C 1 0 25 64 D 26 63 2C
Octal 337 214 1 0 45 144 15 46 143 54
Binary 11011111 10001100 1 0 100101 1100100 1101 100110 1100011 101100

Color Harmonies of #DF8C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8C01

Black with #DF8C01

Text Example


Text Example

White with #DF8C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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