Html Css Color HEX #D39100 Gamboge

📋 copy color: '#D39100'

red 211 ◦ green 145 ◦ blue 0

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

Shades of Gamboge #D39100

Tints of Gamboge #D39100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.73%

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

R = 59.27%
G = 40.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D39100 (or 0xD39100) is known color: Gamboge. HEX triplet: D3, 91 and 00. RGB value is (211,145,0). Sum of RGB (Red+Green+Blue) = 211+145+0=356 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.27% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 211 - color contains mainly: red. Hex color #D39100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39100 is #2C6EFF. Grayscale: #949494. Windows color (decimal): -2912000 or 37331. OLE color: 37331.

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

Color convert

RGB 211 145 0 -
CMYK 0 0.31 1 0.17
HSL 41.23º 1% 0.41% -
HSV(B) 41.23º 1% 0.83% -
XYZ 36.99 34.1 4.63 -
YUV 148.2 44.37 172.79 -
System Red Green Blue C M Y K H S L
Decimal 211 145 0 0 0.31 1 0.17 41.23 1 0.41
Hex D3 91 0 0 1F 64 11 29 64 29
Octal 323 221 0 0 37 144 21 51 144 51
Binary 11010011 10010001 0 0 11111 1100100 10001 101001 1100100 101001

Color Harmonies of #D39100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39100

Black with #D39100

Text Example


Text Example

White with #D39100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39100; }

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

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

background-color css

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

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

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

border-color css

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

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

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