Html Css Color HEX #D49809 Gamboge

📋 copy color: '#D49809'

red 212 ◦ green 152 ◦ blue 9

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

Shades of Gamboge #D49809

Tints of Gamboge #D49809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.41%

R = 56.84%
G = 40.75%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D49809 (or 0xD49809) is known color: Gamboge. HEX triplet: D4, 98 and 09. RGB value is (212,152,9). Sum of RGB (Red+Green+Blue) = 212+152+9=373 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.84% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 9 (3.91% from 255 or 2.41% from 373); Max value from RGB is 212 - color contains mainly: red. Hex color #D49809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49809 is #2B67F6. Grayscale: #9A9A9A. Windows color (decimal): -2844663 or 628948. OLE color: 628948.

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

Color convert

RGB 212 152 9 -
CMYK 0 0.28 0.96 0.17
HSL 42.27º 0.92% 0.43% -
HSV(B) 42.27º 0.96% 0.83% -
XYZ 38.43 36.47 5.27 -
YUV 153.64 46.38 169.63 -
System Red Green Blue C M Y K H S L
Decimal 212 152 9 0 0.28 0.96 0.17 42.27 0.92 0.43
Hex D4 98 9 0 1C 60 11 2A 5C 2B
Octal 324 230 11 0 34 140 21 52 134 53
Binary 11010100 10011000 1001 0 11100 1100000 10001 101010 1011100 101011

Color Harmonies of #D49809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49809

Black with #D49809

Text Example


Text Example

White with #D49809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49809; }

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

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

background-color css

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

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

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

border-color css

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

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

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