Html Css Color HEX #D39D10 Gamboge

📋 copy color: '#D39D10'

red 211 ◦ green 157 ◦ blue 16

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

Shades of Gamboge #D39D10

Tints of Gamboge #D39D10

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.89%

 BLUE value IS 16 (6.64% from 255) = 4.17%

R = 54.95%
G = 40.89%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D39D10 (or 0xD39D10) is known color: Gamboge. HEX triplet: D3, 9D and 10. RGB value is (211,157,16). Sum of RGB (Red+Green+Blue) = 211+157+16=384 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.95% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 211 - color contains mainly: red. Hex color #D39D10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39D10 is #2C62EF. Grayscale: #9D9D9D. Windows color (decimal): -2908912 or 1088979. OLE color: 1088979.

HSL color Cylindrical-coordinate representation of color #D39D10: hue angle of 43.38º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D39D10 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 157 16 -
CMYK 0 0.26 0.92 0.17
HSL 43.38º 0.86% 0.45% -
HSV(B) 43.38º 0.92% 0.83% -
XYZ 39.01 38 5.77 -
YUV 157.07 48.39 166.46 -
System Red Green Blue C M Y K H S L
Decimal 211 157 16 0 0.26 0.92 0.17 43.38 0.86 0.45
Hex D3 9D 10 0 1A 5C 11 2B 56 2D
Octal 323 235 20 0 32 134 21 53 126 55
Binary 11010011 10011101 10000 0 11010 1011100 10001 101011 1010110 101101

Color Harmonies of #D39D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39D10

Black with #D39D10

Text Example


Text Example

White with #D39D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39D10; }

 p { color: rgb(211,157,16); }

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

background-color css

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

 a { background-color: rgb(211,157,16); }

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

border-color css

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

 span { border-color: rgb(211,157,16); }

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