Html Css Color HEX #D39610 Gamboge

📋 copy color: '#D39610'

red 211 ◦ green 150 ◦ blue 16

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

Shades of Gamboge #D39610

Tints of Gamboge #D39610

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.79%

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

R = 55.97%
G = 39.79%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D39610 (or 0xD39610) is known color: Gamboge. HEX triplet: D3, 96 and 10. RGB value is (211,150,16). Sum of RGB (Red+Green+Blue) = 211+150+16=377 (49% of max value = 765). Red value is 211 (82.81% from 255 or 55.97% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 16 (6.64% from 255 or 4.24% from 377); Max value from RGB is 211 - color contains mainly: red. Hex color #D39610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39610 is #2C69EF. Grayscale: #999999. Windows color (decimal): -2910704 or 1087187. OLE color: 1087187.

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

Color convert

RGB 211 150 16 -
CMYK 0 0.29 0.92 0.17
HSL 41.23º 0.86% 0.45% -
HSV(B) 41.23º 0.92% 0.83% -
XYZ 37.86 35.7 5.39 -
YUV 152.96 50.71 169.4 -
System Red Green Blue C M Y K H S L
Decimal 211 150 16 0 0.29 0.92 0.17 41.23 0.86 0.45
Hex D3 96 10 0 1D 5C 11 29 56 2D
Octal 323 226 20 0 35 134 21 51 126 55
Binary 11010011 10010110 10000 0 11101 1011100 10001 101001 1010110 101101

Color Harmonies of #D39610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39610

Black with #D39610

Text Example


Text Example

White with #D39610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39610; }

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

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

background-color css

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

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

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

border-color css

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

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

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