Html Css Color HEX #D49D0C Gamboge

📋 copy color: '#D49D0C'

red 212 ◦ green 157 ◦ blue 12

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

Shades of Gamboge #D49D0C

Tints of Gamboge #D49D0C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.21%

 BLUE value IS 12 (5.08% from 255) = 3.15%

R = 55.64%
G = 41.21%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D49D0C (or 0xD49D0C) is known color: Gamboge. HEX triplet: D4, 9D and 0C. RGB value is (212,157,12). Sum of RGB (Red+Green+Blue) = 212+157+12=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49D0C is #2B62F3. Grayscale: #9D9D9D. Windows color (decimal): -2843380 or 826836. OLE color: 826836.

HSL color Cylindrical-coordinate representation of color #D49D0C: hue angle of 43.5º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D49D0C is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 157 12 -
CMYK 0 0.26 0.94 0.17
HSL 43.5º 0.89% 0.44% -
HSV(B) 43.5º 0.94% 0.83% -
XYZ 39.27 38.14 5.64 -
YUV 156.92 46.22 167.29 -
System Red Green Blue C M Y K H S L
Decimal 212 157 12 0 0.26 0.94 0.17 43.5 0.89 0.44
Hex D4 9D C 0 1A 5E 11 2C 59 2C
Octal 324 235 14 0 32 136 21 54 131 54
Binary 11010100 10011101 1100 0 11010 1011110 10001 101100 1011001 101100

Color Harmonies of #D49D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49D0C

Black with #D49D0C

Text Example


Text Example

White with #D49D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49D0C; }

 p { color: rgb(212,157,12); }

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

background-color css

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

 a { background-color: rgb(212,157,12); }

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

border-color css

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

 span { border-color: rgb(212,157,12); }

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