Html Css Color HEX #D39411 Gamboge

📋 copy color: '#D39411'

red 211 ◦ green 148 ◦ blue 17

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

Shades of Gamboge #D39411

Tints of Gamboge #D39411

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.36%

 BLUE value IS 17 (7.03% from 255) = 4.52%

R = 56.12%
G = 39.36%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D39411 (or 0xD39411) is known color: Gamboge. HEX triplet: D3, 94 and 11. RGB value is (211,148,17). Sum of RGB (Red+Green+Blue) = 211+148+17=376 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.12% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 211 - color contains mainly: red. Hex color #D39411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39411 is #2C6BEE. Grayscale: #989898. Windows color (decimal): -2911215 or 1152211. OLE color: 1152211.

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

Color convert

RGB 211 148 17 -
CMYK 0 0.30 0.92 0.17
HSL 40.52º 0.85% 0.45% -
HSV(B) 40.52º 0.92% 0.83% -
XYZ 37.56 35.07 5.32 -
YUV 151.9 51.87 170.15 -
System Red Green Blue C M Y K H S L
Decimal 211 148 17 0 0.30 0.92 0.17 40.52 0.85 0.45
Hex D3 94 11 0 1E 5C 11 29 55 2D
Octal 323 224 21 0 36 134 21 51 125 55
Binary 11010011 10010100 10001 0 11110 1011100 10001 101001 1010101 101101

Color Harmonies of #D39411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39411

Black with #D39411

Text Example


Text Example

White with #D39411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39411; }

 p { color: rgb(211,148,17); }

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

background-color css

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

 a { background-color: rgb(211,148,17); }

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

border-color css

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

 span { border-color: rgb(211,148,17); }

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