Html Css Color HEX #D49706 Gamboge

📋 copy color: '#D49706'

red 212 ◦ green 151 ◦ blue 6

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

Shades of Gamboge #D49706

Tints of Gamboge #D49706

RGB

 RED value IS 212 (83.2% from 255) = 57.45%

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

 BLUE value IS 6 (2.73% from 255) = 1.63%

R = 57.45%
G = 40.92%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D49706 (or 0xD49706) is known color: Gamboge. HEX triplet: D4, 97 and 06. RGB value is (212,151,6). Sum of RGB (Red+Green+Blue) = 212+151+6=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 6 (2.73% from 255 or 1.63% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D49706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49706 is #2B68F9. Grayscale: #999999. Windows color (decimal): -2844922 or 432084. OLE color: 432084.

HSL color Cylindrical-coordinate representation of color #D49706: hue angle of 42.23º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D49706 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 151 6 -
CMYK 0 0.29 0.97 0.17
HSL 42.23º 0.94% 0.43% -
HSV(B) 42.23º 0.97% 0.83% -
XYZ 38.25 36.14 5.13 -
YUV 152.71 45.21 170.29 -
System Red Green Blue C M Y K H S L
Decimal 212 151 6 0 0.29 0.97 0.17 42.23 0.94 0.43
Hex D4 97 6 0 1D 61 11 2A 5E 2B
Octal 324 227 6 0 35 141 21 52 136 53
Binary 11010100 10010111 110 0 11101 1100001 10001 101010 1011110 101011

Color Harmonies of #D49706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49706

Black with #D49706

Text Example


Text Example

White with #D49706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49706; }

 p { color: rgb(212,151,6); }

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

background-color css

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

 a { background-color: rgb(212,151,6); }

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

border-color css

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

 span { border-color: rgb(212,151,6); }

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