Html Css Color HEX #D49705 Gamboge

📋 copy color: '#D49705'

red 212 ◦ green 151 ◦ blue 5

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

Shades of Gamboge #D49705

Tints of Gamboge #D49705

RGB

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

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

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

R = 57.61%
G = 41.03%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D49705 (or 0xD49705) is known color: Gamboge. HEX triplet: D4, 97 and 05. RGB value is (212,151,5). Sum of RGB (Red+Green+Blue) = 212+151+5=368 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.61% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 5 (2.34% from 255 or 1.36% from 368); Max value from RGB is 212 - color contains mainly: red. Hex color #D49705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49705 is #2B68FA. Grayscale: #999999. Windows color (decimal): -2844923 or 366548. OLE color: 366548.

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

Color convert

RGB 212 151 5 -
CMYK 0 0.29 0.98 0.17
HSL 42.32º 0.95% 0.43% -
HSV(B) 42.32º 0.98% 0.83% -
XYZ 38.25 36.14 5.1 -
YUV 152.6 44.71 170.37 -
System Red Green Blue C M Y K H S L
Decimal 212 151 5 0 0.29 0.98 0.17 42.32 0.95 0.43
Hex D4 97 5 0 1D 62 11 2A 5F 2B
Octal 324 227 5 0 35 142 21 52 137 53
Binary 11010100 10010111 101 0 11101 1100010 10001 101010 1011111 101011

Color Harmonies of #D49705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49705

Black with #D49705

Text Example


Text Example

White with #D49705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49705; }

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

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

background-color css

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

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

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

border-color css

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

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

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