Html Css Color HEX #D39B03 Gamboge

📋 copy color: '#D39B03'

red 211 ◦ green 155 ◦ blue 3

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

Shades of Gamboge #D39B03

Tints of Gamboge #D39B03

RGB

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

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

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

R = 57.18%
G = 42.01%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D39B03 (or 0xD39B03) is known color: Gamboge. HEX triplet: D3, 9B and 03. RGB value is (211,155,3). Sum of RGB (Red+Green+Blue) = 211+155+3=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D39B03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39B03 is #2C64FC. Grayscale: #9B9B9B. Windows color (decimal): -2909437 or 236499. OLE color: 236499.

HSL color Cylindrical-coordinate representation of color #D39B03: hue angle of 43.85º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D39B03 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 155 3 -
CMYK 0 0.27 0.99 0.17
HSL 43.85º 0.97% 0.42% -
HSV(B) 43.85º 0.99% 0.83% -
XYZ 38.6 37.3 5.25 -
YUV 154.42 42.55 168.36 -
System Red Green Blue C M Y K H S L
Decimal 211 155 3 0 0.27 0.99 0.17 43.85 0.97 0.42
Hex D3 9B 3 0 1B 63 11 2C 61 2A
Octal 323 233 3 0 33 143 21 54 141 52
Binary 11010011 10011011 11 0 11011 1100011 10001 101100 1100001 101010

Color Harmonies of #D39B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39B03

Black with #D39B03

Text Example


Text Example

White with #D39B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39B03; }

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

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

background-color css

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

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

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

border-color css

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

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

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