Html Css Color HEX #D49205 Gamboge

📋 copy color: '#D49205'

red 212 ◦ green 146 ◦ blue 5

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

Shades of Gamboge #D49205

Tints of Gamboge #D49205

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.22%

 BLUE value IS 5 (2.34% from 255) = 1.38%

R = 58.4%
G = 40.22%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D49205 (or 0xD49205) is known color: Gamboge. HEX triplet: D4, 92 and 05. RGB value is (212,146,5). Sum of RGB (Red+Green+Blue) = 212+146+5=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 5 (2.34% from 255 or 1.38% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D49205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49205 is #2B6DFA. Grayscale: #969696. Windows color (decimal): -2846203 or 365268. OLE color: 365268.

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

Color convert

RGB 212 146 5 -
CMYK 0 0.31 0.98 0.17
HSL 40.87º 0.95% 0.43% -
HSV(B) 40.87º 0.98% 0.83% -
XYZ 37.46 34.57 4.84 -
YUV 149.66 46.37 172.46 -
System Red Green Blue C M Y K H S L
Decimal 212 146 5 0 0.31 0.98 0.17 40.87 0.95 0.43
Hex D4 92 5 0 1F 62 11 29 5F 2B
Octal 324 222 5 0 37 142 21 51 137 53
Binary 11010100 10010010 101 0 11111 1100010 10001 101001 1011111 101011

Color Harmonies of #D49205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49205

Black with #D49205

Text Example


Text Example

White with #D49205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49205; }

 p { color: rgb(212,146,5); }

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

background-color css

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

 a { background-color: rgb(212,146,5); }

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

border-color css

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

 span { border-color: rgb(212,146,5); }

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