Html Css Color HEX #D39B00 Gamboge

📋 copy color: '#D39B00'

red 211 ◦ green 155 ◦ blue 0

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

Shades of Gamboge #D39B00

Tints of Gamboge #D39B00

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.35%

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

R = 57.65%
G = 42.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D39B00 (or 0xD39B00) is known color: Gamboge. HEX triplet: D3, 9B and 00. RGB value is (211,155,0). Sum of RGB (Red+Green+Blue) = 211+155+0=366 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.65% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 211 - color contains mainly: red. Hex color #D39B00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39B00 is #2C64FF. Grayscale: #9A9A9A. Windows color (decimal): -2909440 or 39891. OLE color: 39891.

HSL color Cylindrical-coordinate representation of color #D39B00: hue angle of 44.08º 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 #D39B00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 155 0 -
CMYK 0 0.27 1 0.17
HSL 44.08º 1% 0.41% -
HSV(B) 44.08º 1% 0.83% -
XYZ 38.59 37.29 5.16 -
YUV 154.07 41.05 168.6 -
System Red Green Blue C M Y K H S L
Decimal 211 155 0 0 0.27 1 0.17 44.08 1 0.41
Hex D3 9B 0 0 1B 64 11 2C 64 29
Octal 323 233 0 0 33 144 21 54 144 51
Binary 11010011 10011011 0 0 11011 1100100 10001 101100 1100100 101001

Color Harmonies of #D39B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39B00

Black with #D39B00

Text Example


Text Example

White with #D39B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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