Html Css Color HEX #D49208 Gamboge

📋 copy color: '#D49208'

red 212 ◦ green 146 ◦ blue 8

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

Shades of Gamboge #D49208

Tints of Gamboge #D49208

RGB

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

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

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

R = 57.92%
G = 39.89%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D49208 (or 0xD49208) is known color: Gamboge. HEX triplet: D4, 92 and 08. RGB value is (212,146,8). Sum of RGB (Red+Green+Blue) = 212+146+8=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 8 (3.52% from 255 or 2.19% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D49208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49208 is #2B6DF7. Grayscale: #969696. Windows color (decimal): -2846200 or 561876. OLE color: 561876.

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

Color convert

RGB 212 146 8 -
CMYK 0 0.31 0.96 0.17
HSL 40.59º 0.93% 0.43% -
HSV(B) 40.59º 0.96% 0.83% -
XYZ 37.47 34.57 4.93 -
YUV 150 47.87 172.22 -
System Red Green Blue C M Y K H S L
Decimal 212 146 8 0 0.31 0.96 0.17 40.59 0.93 0.43
Hex D4 92 8 0 1F 60 11 29 5D 2B
Octal 324 222 10 0 37 140 21 51 135 53
Binary 11010100 10010010 1000 0 11111 1100000 10001 101001 1011101 101011

Color Harmonies of #D49208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49208

Black with #D49208

Text Example


Text Example

White with #D49208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49208; }

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

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

background-color css

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

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

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

border-color css

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

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

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