Html Css Color HEX #D49607 Gamboge

📋 copy color: '#D49607'

red 212 ◦ green 150 ◦ blue 7

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

Shades of Gamboge #D49607

Tints of Gamboge #D49607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.9%

R = 57.45%
G = 40.65%
B = 1.9%

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

#D49607 (or 0xD49607) is known color: Gamboge. HEX triplet: D4, 96 and 07. RGB value is (212,150,7). Sum of RGB (Red+Green+Blue) = 212+150+7=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 7 (3.12% from 255 or 1.90% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D49607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49607 is #2B69F8. Grayscale: #989898. Windows color (decimal): -2845177 or 497364. OLE color: 497364.

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

Color convert

RGB 212 150 7 -
CMYK 0 0.29 0.97 0.17
HSL 41.85º 0.94% 0.43% -
HSV(B) 41.85º 0.97% 0.83% -
XYZ 38.1 35.83 5.11 -
YUV 152.24 46.04 170.63 -
System Red Green Blue C M Y K H S L
Decimal 212 150 7 0 0.29 0.97 0.17 41.85 0.94 0.43
Hex D4 96 7 0 1D 61 11 2A 5E 2B
Octal 324 226 7 0 35 141 21 52 136 53
Binary 11010100 10010110 111 0 11101 1100001 10001 101010 1011110 101011

Color Harmonies of #D49607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49607

Black with #D49607

Text Example


Text Example

White with #D49607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49607; }

 p { color: rgb(212,150,7); }

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

background-color css

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

 a { background-color: rgb(212,150,7); }

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

border-color css

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

 span { border-color: rgb(212,150,7); }

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