Html Css Color HEX #D39E00 Gamboge

📋 copy color: '#D39E00'

red 211 ◦ green 158 ◦ blue 0

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

Shades of Gamboge #D39E00

Tints of Gamboge #D39E00

RGB

 RED value IS 211 (82.81% from 255) = 57.18%

 GREEN value IS 158 (62.11% from 255) = 42.82%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.18%
G = 42.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D39E00 (or 0xD39E00) is known color: Gamboge. HEX triplet: D3, 9E and 00. RGB value is (211,158,0). Sum of RGB (Red+Green+Blue) = 211+158+0=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D39E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39E00 is #2C61FF. Grayscale: #9C9C9C. Windows color (decimal): -2908672 or 40659. OLE color: 40659.

HSL color Cylindrical-coordinate representation of color #D39E00: hue angle of 44.93º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D39E00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 158 0 -
CMYK 0 0.25 1 0.17
HSL 44.93º 1% 0.41% -
HSV(B) 44.93º 1% 0.83% -
XYZ 39.09 38.3 5.33 -
YUV 155.84 40.06 167.35 -
System Red Green Blue C M Y K H S L
Decimal 211 158 0 0 0.25 1 0.17 44.93 1 0.41
Hex D3 9E 0 0 19 64 11 2D 64 29
Octal 323 236 0 0 31 144 21 55 144 51
Binary 11010011 10011110 0 0 11001 1100100 10001 101101 1100100 101001

Color Harmonies of #D39E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39E00

Black with #D39E00

Text Example


Text Example

White with #D39E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39E00; }

 p { color: rgb(211,158,0); }

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

background-color css

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

 a { background-color: rgb(211,158,0); }

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

border-color css

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

 span { border-color: rgb(211,158,0); }

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