Html Css Color HEX #D39912 Gamboge

📋 copy color: '#D39912'

red 211 ◦ green 153 ◦ blue 18

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

Shades of Gamboge #D39912

Tints of Gamboge #D39912

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.05%

 BLUE value IS 18 (7.42% from 255) = 4.71%

R = 55.24%
G = 40.05%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D39912 (or 0xD39912) is known color: Gamboge. HEX triplet: D3, 99 and 12. RGB value is (211,153,18). Sum of RGB (Red+Green+Blue) = 211+153+18=382 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.24% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 211 - color contains mainly: red. Hex color #D39912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39912 is #2C66ED. Grayscale: #9B9B9B. Windows color (decimal): -2909934 or 1219027. OLE color: 1219027.

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

Color convert

RGB 211 153 18 -
CMYK 0 0.27 0.91 0.17
HSL 41.97º 0.84% 0.45% -
HSV(B) 41.97º 0.91% 0.83% -
XYZ 38.36 36.68 5.63 -
YUV 154.95 50.72 167.98 -
System Red Green Blue C M Y K H S L
Decimal 211 153 18 0 0.27 0.91 0.17 41.97 0.84 0.45
Hex D3 99 12 0 1B 5B 11 2A 54 2D
Octal 323 231 22 0 33 133 21 52 124 55
Binary 11010011 10011001 10010 0 11011 1011011 10001 101010 1010100 101101

Color Harmonies of #D39912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39912

Black with #D39912

Text Example


Text Example

White with #D39912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39912; }

 p { color: rgb(211,153,18); }

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

background-color css

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

 a { background-color: rgb(211,153,18); }

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

border-color css

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

 span { border-color: rgb(211,153,18); }

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