Html Css Color HEX #D49714 Gamboge

📋 copy color: '#D49714'

red 212 ◦ green 151 ◦ blue 20

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

Shades of Gamboge #D49714

Tints of Gamboge #D49714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.22%

R = 55.35%
G = 39.43%
B = 5.22%

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

#D49714 (or 0xD49714) is known color: Gamboge. HEX triplet: D4, 97 and 14. RGB value is (212,151,20). Sum of RGB (Red+Green+Blue) = 212+151+20=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D49714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49714 is #2B68EB. Grayscale: #9A9A9A. Windows color (decimal): -2844908 or 1349588. OLE color: 1349588.

HSL color Cylindrical-coordinate representation of color #D49714: hue angle of 40.94º degrees, saturation: 0.83, 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 #D49714 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 151 20 -
CMYK 0 0.29 0.91 0.17
HSL 40.94º 0.83% 0.45% -
HSV(B) 40.94º 0.91% 0.83% -
XYZ 38.34 36.18 5.62 -
YUV 154.31 52.21 169.15 -
System Red Green Blue C M Y K H S L
Decimal 212 151 20 0 0.29 0.91 0.17 40.94 0.83 0.45
Hex D4 97 14 0 1D 5B 11 29 53 2D
Octal 324 227 24 0 35 133 21 51 123 55
Binary 11010100 10010111 10100 0 11101 1011011 10001 101001 1010011 101101

Color Harmonies of #D49714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49714

Black with #D49714

Text Example


Text Example

White with #D49714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49714; }

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

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

background-color css

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

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

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

border-color css

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

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

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