Html Css Color HEX #D49108 Gamboge

📋 copy color: '#D49108'

red 212 ◦ green 145 ◦ blue 8

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

Shades of Gamboge #D49108

Tints of Gamboge #D49108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.19%

R = 58.08%
G = 39.73%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D49108 (or 0xD49108) is known color: Gamboge. HEX triplet: D4, 91 and 08. RGB value is (212,145,8). Sum of RGB (Red+Green+Blue) = 212+145+8=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D49108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49108 is #2B6EF7. Grayscale: #969696. Windows color (decimal): -2846456 or 561620. OLE color: 561620.

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

Color convert

RGB 212 145 8 -
CMYK 0 0.32 0.96 0.17
HSL 40.29º 0.93% 0.43% -
HSV(B) 40.29º 0.96% 0.83% -
XYZ 37.32 34.27 4.88 -
YUV 149.42 48.2 172.64 -
System Red Green Blue C M Y K H S L
Decimal 212 145 8 0 0.32 0.96 0.17 40.29 0.93 0.43
Hex D4 91 8 0 20 60 11 28 5D 2B
Octal 324 221 10 0 40 140 21 50 135 53
Binary 11010100 10010001 1000 0 100000 1100000 10001 101000 1011101 101011

Color Harmonies of #D49108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49108

Black with #D49108

Text Example


Text Example

White with #D49108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49108; }

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

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

background-color css

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

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

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

border-color css

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

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

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