Html Css Color HEX #D49713 Gamboge

📋 copy color: '#D49713'

red 212 ◦ green 151 ◦ blue 19

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

Shades of Gamboge #D49713

Tints of Gamboge #D49713

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.53%

 BLUE value IS 19 (7.81% from 255) = 4.97%

R = 55.5%
G = 39.53%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D49713 (or 0xD49713) is known color: Gamboge. HEX triplet: D4, 97 and 13. RGB value is (212,151,19). Sum of RGB (Red+Green+Blue) = 212+151+19=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 19 (7.81% from 255 or 4.97% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D49713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49713 is #2B68EC. Grayscale: #9A9A9A. Windows color (decimal): -2844909 or 1284052. OLE color: 1284052.

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

Color convert

RGB 212 151 19 -
CMYK 0 0.29 0.91 0.17
HSL 41.04º 0.84% 0.45% -
HSV(B) 41.04º 0.91% 0.83% -
XYZ 38.34 36.18 5.58 -
YUV 154.19 51.71 169.23 -
System Red Green Blue C M Y K H S L
Decimal 212 151 19 0 0.29 0.91 0.17 41.04 0.84 0.45
Hex D4 97 13 0 1D 5B 11 29 54 2D
Octal 324 227 23 0 35 133 21 51 124 55
Binary 11010100 10010111 10011 0 11101 1011011 10001 101001 1010100 101101

Color Harmonies of #D49713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49713

Black with #D49713

Text Example


Text Example

White with #D49713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49713; }

 p { color: rgb(212,151,19); }

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

background-color css

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

 a { background-color: rgb(212,151,19); }

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

border-color css

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

 span { border-color: rgb(212,151,19); }

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