Html Css Color HEX #D49811 Gamboge

📋 copy color: '#D49811'

red 212 ◦ green 152 ◦ blue 17

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

Shades of Gamboge #D49811

Tints of Gamboge #D49811

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.9%

 BLUE value IS 17 (7.03% from 255) = 4.46%

R = 55.64%
G = 39.9%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D49811 (or 0xD49811) is known color: Gamboge. HEX triplet: D4, 98 and 11. RGB value is (212,152,17). Sum of RGB (Red+Green+Blue) = 212+152+17=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 17 (7.03% from 255 or 4.46% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D49811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49811 is #2B67EE. Grayscale: #9B9B9B. Windows color (decimal): -2844655 or 1153236. OLE color: 1153236.

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

Color convert

RGB 212 152 17 -
CMYK 0 0.28 0.92 0.17
HSL 41.54º 0.85% 0.45% -
HSV(B) 41.54º 0.92% 0.83% -
XYZ 38.48 36.49 5.55 -
YUV 154.55 50.38 168.98 -
System Red Green Blue C M Y K H S L
Decimal 212 152 17 0 0.28 0.92 0.17 41.54 0.85 0.45
Hex D4 98 11 0 1C 5C 11 2A 55 2D
Octal 324 230 21 0 34 134 21 52 125 55
Binary 11010100 10011000 10001 0 11100 1011100 10001 101010 1010101 101101

Color Harmonies of #D49811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49811

Black with #D49811

Text Example


Text Example

White with #D49811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49811; }

 p { color: rgb(212,152,17); }

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

background-color css

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

 a { background-color: rgb(212,152,17); }

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

border-color css

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

 span { border-color: rgb(212,152,17); }

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