Html Css Color HEX #D49C0B Gamboge

📋 copy color: '#D49C0B'

red 212 ◦ green 156 ◦ blue 11

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

Shades of Gamboge #D49C0B

Tints of Gamboge #D49C0B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.16%

 BLUE value IS 11 (4.69% from 255) = 2.9%

R = 55.94%
G = 41.16%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D49C0B (or 0xD49C0B) is known color: Gamboge. HEX triplet: D4, 9C and 0B. RGB value is (212,156,11). Sum of RGB (Red+Green+Blue) = 212+156+11=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49C0B is #2B63F4. Grayscale: #9C9C9C. Windows color (decimal): -2843637 or 761044. OLE color: 761044.

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

Color convert

RGB 212 156 11 -
CMYK 0 0.26 0.95 0.17
HSL 43.28º 0.9% 0.44% -
HSV(B) 43.28º 0.95% 0.83% -
XYZ 39.1 37.8 5.55 -
YUV 156.21 46.05 167.79 -
System Red Green Blue C M Y K H S L
Decimal 212 156 11 0 0.26 0.95 0.17 43.28 0.9 0.44
Hex D4 9C B 0 1A 5F 11 2B 5A 2C
Octal 324 234 13 0 32 137 21 53 132 54
Binary 11010100 10011100 1011 0 11010 1011111 10001 101011 1011010 101100

Color Harmonies of #D49C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49C0B

Black with #D49C0B

Text Example


Text Example

White with #D49C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49C0B; }

 p { color: rgb(212,156,11); }

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

background-color css

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

 a { background-color: rgb(212,156,11); }

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

border-color css

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

 span { border-color: rgb(212,156,11); }

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