Html Css Color HEX #D49901 Gamboge

📋 copy color: '#D49901'

red 212 ◦ green 153 ◦ blue 1

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

Shades of Gamboge #D49901

Tints of Gamboge #D49901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 57.92%
G = 41.8%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#D49901 (or 0xD49901) is known color: Gamboge. HEX triplet: D4, 99 and 01. RGB value is (212,153,1). Sum of RGB (Red+Green+Blue) = 212+153+1=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 1 (0.78% from 255 or 0.27% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D49901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49901 is #2B66FE. Grayscale: #999999. Windows color (decimal): -2844415 or 104916. OLE color: 104916.

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

Color convert

RGB 212 153 1 -
CMYK 0 0.28 1.00 0.17
HSL 43.22º 0.99% 0.42% -
HSV(B) 43.22º 1% 0.83% -
XYZ 38.55 36.78 5.1 -
YUV 153.31 42.05 169.86 -
System Red Green Blue C M Y K H S L
Decimal 212 153 1 0 0.28 1.00 0.17 43.22 0.99 0.42
Hex D4 99 1 0 1C 64 11 2B 63 2A
Octal 324 231 1 0 34 144 21 53 143 52
Binary 11010100 10011001 1 0 11100 1100100 10001 101011 1100011 101010

Color Harmonies of #D49901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49901

Black with #D49901

Text Example


Text Example

White with #D49901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49901; }

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

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

background-color css

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

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

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

border-color css

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

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

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