Html Css Color HEX #D49600 Gamboge

📋 copy color: '#D49600'

red 212 ◦ green 150 ◦ blue 0

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

Shades of Gamboge #D49600

Tints of Gamboge #D49600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.56%
G = 41.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D49600 (or 0xD49600) is known color: Gamboge. HEX triplet: D4, 96 and 00. RGB value is (212,150,0). Sum of RGB (Red+Green+Blue) = 212+150+0=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D49600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49600 is #2B69FF. Grayscale: #989898. Windows color (decimal): -2845184 or 38612. OLE color: 38612.

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

Color convert

RGB 212 150 0 -
CMYK 0 0.29 1 0.17
HSL 42.45º 1% 0.42% -
HSV(B) 42.45º 1% 0.83% -
XYZ 38.06 35.81 4.91 -
YUV 151.44 42.54 171.2 -
System Red Green Blue C M Y K H S L
Decimal 212 150 0 0 0.29 1 0.17 42.45 1 0.42
Hex D4 96 0 0 1D 64 11 2A 64 2A
Octal 324 226 0 0 35 144 21 52 144 52
Binary 11010100 10010110 0 0 11101 1100100 10001 101010 1100100 101010

Color Harmonies of #D49600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49600

Black with #D49600

Text Example


Text Example

White with #D49600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49600; }

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

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

background-color css

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

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

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

border-color css

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

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

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