Html Css Color HEX #DF8E03 Gamboge

📋 copy color: '#DF8E03'

red 223 ◦ green 142 ◦ blue 3

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

Shades of Gamboge #DF8E03

Tints of Gamboge #DF8E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.82%

R = 60.6%
G = 38.59%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF8E03 (or 0xDF8E03) is known color: Gamboge. HEX triplet: DF, 8E and 03. RGB value is (223,142,3). Sum of RGB (Red+Green+Blue) = 223+142+3=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 3 (1.56% from 255 or 0.82% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8E03 is #2071FC. Grayscale: #979797. Windows color (decimal): -2126333 or 233183. OLE color: 233183.

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

Color convert

RGB 223 142 3 -
CMYK 0 0.36 0.99 0.13
HSL 37.91º 0.97% 0.44% -
HSV(B) 37.91º 0.99% 0.87% -
XYZ 40.12 35.04 4.74 -
YUV 150.37 44.84 179.8 -
System Red Green Blue C M Y K H S L
Decimal 223 142 3 0 0.36 0.99 0.13 37.91 0.97 0.44
Hex DF 8E 3 0 24 63 D 26 61 2C
Octal 337 216 3 0 44 143 15 46 141 54
Binary 11011111 10001110 11 0 100100 1100011 1101 100110 1100001 101100

Color Harmonies of #DF8E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8E03

Black with #DF8E03

Text Example


Text Example

White with #DF8E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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