Html Css Color HEX #D39300 Gamboge

📋 copy color: '#D39300'

red 211 ◦ green 147 ◦ blue 0

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

Shades of Gamboge #D39300

Tints of Gamboge #D39300

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.06%

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

R = 58.94%
G = 41.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D39300 (or 0xD39300) is known color: Gamboge. HEX triplet: D3, 93 and 00. RGB value is (211,147,0). Sum of RGB (Red+Green+Blue) = 211+147+0=358 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.94% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 211 - color contains mainly: red. Hex color #D39300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39300 is #2C6CFF. Grayscale: #969696. Windows color (decimal): -2911488 or 37843. OLE color: 37843.

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

Color convert

RGB 211 147 0 -
CMYK 0 0.30 1 0.17
HSL 41.8º 1% 0.41% -
HSV(B) 41.8º 1% 0.83% -
XYZ 37.3 34.72 4.74 -
YUV 149.38 43.7 171.95 -
System Red Green Blue C M Y K H S L
Decimal 211 147 0 0 0.30 1 0.17 41.8 1 0.41
Hex D3 93 0 0 1E 64 11 2A 64 29
Octal 323 223 0 0 36 144 21 52 144 51
Binary 11010011 10010011 0 0 11110 1100100 10001 101010 1100100 101001

Color Harmonies of #D39300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39300

Black with #D39300

Text Example


Text Example

White with #D39300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39300; }

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

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

background-color css

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

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

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

border-color css

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

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

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