Html Css Color HEX #D49807 Gamboge

📋 copy color: '#D49807'

red 212 ◦ green 152 ◦ blue 7

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

Shades of Gamboge #D49807

Tints of Gamboge #D49807

RGB

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

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

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

R = 57.14%
G = 40.97%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D49807 (or 0xD49807) is known color: Gamboge. HEX triplet: D4, 98 and 07. RGB value is (212,152,7). Sum of RGB (Red+Green+Blue) = 212+152+7=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D49807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49807 is #2B67F8. Grayscale: #9A9A9A. Windows color (decimal): -2844665 or 497876. OLE color: 497876.

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

Color convert

RGB 212 152 7 -
CMYK 0 0.28 0.97 0.17
HSL 42.44º 0.94% 0.43% -
HSV(B) 42.44º 0.97% 0.83% -
XYZ 38.42 36.47 5.22 -
YUV 153.41 45.38 169.79 -
System Red Green Blue C M Y K H S L
Decimal 212 152 7 0 0.28 0.97 0.17 42.44 0.94 0.43
Hex D4 98 7 0 1C 61 11 2A 5E 2B
Octal 324 230 7 0 34 141 21 52 136 53
Binary 11010100 10011000 111 0 11100 1100001 10001 101010 1011110 101011

Color Harmonies of #D49807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49807

Black with #D49807

Text Example


Text Example

White with #D49807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49807; }

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

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

background-color css

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

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

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

border-color css

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

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

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