Html Css Color HEX #D39704 Gamboge

📋 copy color: '#D39704'

red 211 ◦ green 151 ◦ blue 4

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

Shades of Gamboge #D39704

Tints of Gamboge #D39704

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.26%

 BLUE value IS 4 (1.95% from 255) = 1.09%

R = 57.65%
G = 41.26%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D39704 (or 0xD39704) is known color: Gamboge. HEX triplet: D3, 97 and 04. RGB value is (211,151,4). Sum of RGB (Red+Green+Blue) = 211+151+4=366 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.65% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 4 (1.95% from 255 or 1.09% from 366); Max value from RGB is 211 - color contains mainly: red. Hex color #D39704 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39704 is #2C68FB. Grayscale: #989898. Windows color (decimal): -2910460 or 301011. OLE color: 301011.

HSL color Cylindrical-coordinate representation of color #D39704: hue angle of 42.61º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D39704 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 151 4 -
CMYK 0 0.28 0.98 0.17
HSL 42.61º 0.96% 0.42% -
HSV(B) 42.61º 0.98% 0.83% -
XYZ 37.95 35.99 5.06 -
YUV 152.18 44.38 169.95 -
System Red Green Blue C M Y K H S L
Decimal 211 151 4 0 0.28 0.98 0.17 42.61 0.96 0.42
Hex D3 97 4 0 1C 62 11 2B 60 2A
Octal 323 227 4 0 34 142 21 53 140 52
Binary 11010011 10010111 100 0 11100 1100010 10001 101011 1100000 101010

Color Harmonies of #D39704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39704

Black with #D39704

Text Example


Text Example

White with #D39704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39704; }

 p { color: rgb(211,151,4); }

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

background-color css

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

 a { background-color: rgb(211,151,4); }

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

border-color css

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

 span { border-color: rgb(211,151,4); }

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