Html Css Color HEX #D49105 Gamboge

📋 copy color: '#D49105'

red 212 ◦ green 145 ◦ blue 5

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

Shades of Gamboge #D49105

Tints of Gamboge #D49105

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.06%

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

R = 58.56%
G = 40.06%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D49105 (or 0xD49105) is known color: Gamboge. HEX triplet: D4, 91 and 05. RGB value is (212,145,5). Sum of RGB (Red+Green+Blue) = 212+145+5=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 5 (2.34% from 255 or 1.38% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D49105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49105 is #2B6EFA. Grayscale: #959595. Windows color (decimal): -2846459 or 365012. OLE color: 365012.

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

Color convert

RGB 212 145 5 -
CMYK 0 0.32 0.98 0.17
HSL 40.58º 0.95% 0.43% -
HSV(B) 40.58º 0.98% 0.83% -
XYZ 37.3 34.26 4.79 -
YUV 149.07 46.7 172.88 -
System Red Green Blue C M Y K H S L
Decimal 212 145 5 0 0.32 0.98 0.17 40.58 0.95 0.43
Hex D4 91 5 0 20 62 11 29 5F 2B
Octal 324 221 5 0 40 142 21 51 137 53
Binary 11010100 10010001 101 0 100000 1100010 10001 101001 1011111 101011

Color Harmonies of #D49105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49105

Black with #D49105

Text Example


Text Example

White with #D49105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49105; }

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

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

background-color css

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

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

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

border-color css

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

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

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