Html Css Color HEX #D49906 Gamboge

📋 copy color: '#D49906'

red 212 ◦ green 153 ◦ blue 6

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

Shades of Gamboge #D49906

Tints of Gamboge #D49906

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.24%

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

R = 57.14%
G = 41.24%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D49906 (or 0xD49906) is known color: Gamboge. HEX triplet: D4, 99 and 06. RGB value is (212,153,6). Sum of RGB (Red+Green+Blue) = 212+153+6=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 6 (2.73% from 255 or 1.62% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D49906 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49906 is #2B66F9. Grayscale: #9A9A9A. Windows color (decimal): -2844410 or 432596. OLE color: 432596.

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

Color convert

RGB 212 153 6 -
CMYK 0 0.28 0.97 0.17
HSL 42.82º 0.94% 0.43% -
HSV(B) 42.82º 0.97% 0.83% -
XYZ 38.58 36.79 5.24 -
YUV 153.88 44.55 169.45 -
System Red Green Blue C M Y K H S L
Decimal 212 153 6 0 0.28 0.97 0.17 42.82 0.94 0.43
Hex D4 99 6 0 1C 61 11 2B 5E 2B
Octal 324 231 6 0 34 141 21 53 136 53
Binary 11010100 10011001 110 0 11100 1100001 10001 101011 1011110 101011

Color Harmonies of #D49906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49906

Black with #D49906

Text Example


Text Example

White with #D49906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49906; }

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

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

background-color css

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

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

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

border-color css

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

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

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